Count characters, words, Han characters, lines and UTF-8 bytes.
Local processing
Workspace
0 characters
Read only
Ready. Enter your content, then choose an action.
◇ Content is processed in this browser onlyInput is not saved automatically
HOW TO USE
How to use
Paste text and choose Count text. Characters are counted as Unicode code points. Word counts use the browser’s Chinese/English segmentation rules; byte size uses UTF-8.
Example
abc contains 3 code points and 3 UTF-8 bytes. A single waving-hand emoji contains 1 code point and 4 UTF-8 bytes.
GOOD TO KNOW
Keep in mind
A combined emoji can contain multiple code points, so the character count may differ from the number of visible symbols. A trailing line break adds an empty line. Empty input has zero lines.
Common questions
Why do word and character counts differ? Words follow word boundaries; characters also include punctuation, spaces and line breaks. Segmentation may vary slightly across browsers.