Word Counter
Count words, characters, lines, and estimated reading time
What is Word Counter?
A word counter instantly reports the character count, characters excluding spaces, CJK character count, word count, line count, and paragraph count for a piece of text, and estimates reading time from typical reading speeds. Counting happens inside the browser and the text is never uploaded.
How to use Word Counter
- 1Paste your text into the input box.
- 2Read the statistics; words and CJK characters are counted separately.
- 3Use the reading-time estimate to keep your copy within a target length.
- 4Every figure updates as you type — there is no button to press.
Frequently asked questions
How are words and characters counted?+
Words are split on whitespace, so anything between two spaces counts as one word. CJK text has no spaces between characters, so those are counted individually against the Unicode CJK Unified Ideographs ranges. Mixed text therefore gets both a word count and a CJK character count instead of one number that would misrepresent its length.
How is the reading time calculated?+
From common reading speeds — roughly 200 words per minute for English and about 300 characters per minute for CJK text — so treat it as a rough guide. Technical documentation and anything containing code is read considerably more slowly than that.
Related tools
All toolsText Diff Checker
Compare two blocks of text line by line, optionally ignoring whitespace
JSON Diff
Compare two JSON documents structurally, by key path
Regex Tester
Test regex matches live and inspect every capture group
Case Converter
Convert identifiers between camelCase, snake_case, kebab-case, and more
AI Token Counter
Count AI tokens and estimate what a call will cost
Remove Duplicate Lines
Remove duplicate lines, optionally ignoring case and whitespace