Text Statistics
Measure copied text before publishing, storing, or sending it through an API. The counter separates total characters from characters without whitespace and reports UTF-8 byte size.
Local text workbenchBrowser local
Text statistics
Characters: 68
Characters without spaces: 59
Words: 11
Lines: 3
UTF-8 bytes: 91
Statistics update locally as you type.
Data handling notes
- Counts update locally as the input changes.
- Words are groups of Unicode letters or numbers rather than only English spaces.
- Byte size uses UTF-8 and may be larger than the visible character count.
FAQ
Why are bytes and characters different?UTF-8 uses multiple bytes for many non-ASCII characters, including Chinese text and emoji.
How are blank lines counted?Every line break creates another line, including empty lines between text.