What Word Counter does
Word Counter analyzes entered text live and reports several measures rather than one ambiguous character total. Where available, Intl.Segmenter identifies word-like segments and user-perceived grapheme clusters across Unicode text.
Characters uses JavaScript string length, which counts UTF-16 code units; grapheme clusters better approximate visible characters. Reading time rounds up from a fixed rate of 200 words per minute, with any non-empty word count showing at least one minute.
How to use Word Counter
- Paste or type the exact text to measure.
- Choose the metric that matches the destination's definition of words or characters.
- Review sentence and paragraph estimates around abbreviations, headings, and unusual punctuation.
- Use the reading-time estimate as a planning approximation rather than a promise for every reader.
Important details
Characters versus graphemes
A visible emoji or accented grapheme may contain multiple UTF-16 code units. The two counters expose that distinction instead of implying that every technical character count matches what a reader sees.
Sentence and paragraph heuristics
Sentences are estimated from text ending at periods, exclamation marks, question marks, or input end. Paragraphs are non-empty blocks separated by blank lines; editorial conventions can differ.
Practical uses
- Check an article, assignment, abstract, or form against a word limit.
- Compare technical character and visible-grapheme counts for Unicode text.
- Estimate reading time at the fixed 200-words-per-minute rate.
Privacy and limitations
All counting happens in the browser and the entered text is not sent to PagesTools. Sensitive material can still be exposed through clipboard history, extensions, screenshots, or the local device.
Input is capped at two million characters. Language segmentation support varies by browser, and counts may differ from a publisher, social network, school, or application that uses its own tokenization and whitespace rules.