Character Counter
Characters with or without spaces, against real limits.
Count words, sentences, paragraphs, and estimated reading time — live, as you type or paste, with nothing leaving your device.
Whitespace-separated tokens — the word-processor convention. Hyphenated terms count as one word, digits count as words too.
Sentences end at . ! ? … ; paragraphs are blocks separated by a blank line. Both are structural approximations — useful for pacing, not grammar.
Average reading pace (~200 wpm) is applied to the word count so you know how long the piece takes to read.
Any run of characters separated by whitespace is a word. 'Hello, world!' is two words; 'state-of-the-art' is one. It matches the convention used by Microsoft Word and Google Docs.
A stretch of text ending in . ! ? or … . Because abbreviations like 'Dr.' also end with periods, the sentence count can over-split — it is a structure estimate, not a grammar checker.
Edge cases differ between counters: hyphenation, numbers, and punctuation. This tool uses the whitespace-split convention and counts digits, which is the most widely compatible rule.