FREE TOOL
Count characters, words, lines, paragraphs, UTF-8 bytes, and reading time instantly.
Count characters, words, lines, paragraphs, UTF-8 bytes, 400-character pages, and estimated reading time as you type. Your text stays in your browser.
These examples describe reproducible behavior in this tool. They are not a guarantee for inputs outside the documented scope.
| Input or setting | Expected result | Condition |
|---|---|---|
| Hello world | 11 characters, 10 without spaces, 2 words, and 11 UTF-8 bytes | Words are separated by whitespace. |
| あいう | 3 characters, 3 without spaces, and 9 UTF-8 bytes | Each of these three characters uses three UTF-8 bytes. |
Characters use Array.from, bytes use TextEncoder, and reading time estimates use 500 Japanese characters or 200 English words per minute.
Text is counted in the browser and is not sent to analytics as tool input.
Yes. It can count Unicode text, including Japanese characters, letters, numbers, and symbols.
Words are separated by whitespace. English reading time uses an estimate of about 200 words per minute.
It divides the character count by 400 as a reference for Japanese manuscript paper. Actual page use may vary.
No. Your input is processed locally in your browser and is not sent to our server.