Text
Character & Word Counter
Count characters, words, lines, and exact UTF-8 or Windows-949 (CP949) bytes under an explicit newline policy.
Text and byte counter
Count characters, words, lines, and UTF-8 or CP949 bytes.
- 1Input
- 2Run
- 3Result
Processed on this device
Character, word, and line counts use the original text; this policy affects only UTF-8 and CP949 bytes.
Result
Your result will appear here.
Examples
- Check whether a bio fits a 500-character limit
- Check UTF-8 and CP949 bytes under LF or CRLF and locate unencodable characters
Accuracy & limitations
- Words are separated by whitespace; this is not a language-aware token or morpheme count.
- If any character is unavailable in CP949, the tool reports its position instead of silently assuming replacement bytes.
Frequently asked questions
How are emoji counted?
An emoji code point counts as one character but is unencodable in CP949, so its character and UTF-16 positions are listed.
Is my text stored?
No. Counting runs only in your browser and the original text is not sent to a server.