Text
Word and Character Counter
Count the words, characters, sentences, lines and paragraphs in any text. Nothing you type leaves your browser.
- Characters
- 0
- Characters (no spaces)
- 0
- Words
- 0
- Sentences
- 0
- Lines
- 0
- Paragraphs
- 0
How this is calculated
- Words = runs of text separated by any whitespace
- Characters = every character including spaces; emoji count as one
- Sentences = segments ending in . ! ? or …
- Paragraphs = blocks separated by a blank line
Counting happens entirely in your browser — the text is never uploaded anywhere.
Sentence counting is based on punctuation, so abbreviations like “Dr.” will read as a sentence break.
Worked examples
- “Hello world” → 11 characters, 10 characters (no spaces), 2 words, 1 sentences, 1 lines, 1 paragraphs
- “One. Two! Three?” → 16 characters, 14 characters (no spaces), 3 words, 3 sentences, 1 lines, 1 paragraphs
- “First line.⏎⏎Second paragraph.” → 30 characters, 26 characters (no spaces), 4 words, 2 sentences, 3 lines, 2 paragraphs
- “” → 0 characters, 0 characters (no spaces), 0 words, 0 sentences, 0 lines, 0 paragraphs