How to use it
1. Paste textAdd the content you want to measure.
2. Compare countsReview characters, bytes, words, and lines.
3. Copy the summaryPaste the result into a document or message if needed.
CHARACTER AND BYTE COUNTER
Check text for applications, social posts, manuscripts, forms, or storage limits with several counting rules at once.
UTF-8 byte size can differ from the visible character count, especially for non-Latin scripts and emoji.
1. Paste textAdd the content you want to measure.
2. Compare countsReview characters, bytes, words, and lines.
3. Copy the summaryPaste the result into a document or message if needed.
Many Korean characters occupy three UTF-8 bytes even though each is one visible character.
When browser support allows, joined emoji are counted as one user-perceived character.
Words are groups separated by spaces, tabs, or line breaks rather than a linguistic analysis.
Platforms may count visible characters and storage size differently, so each metric is shown separately.
Modern browsers group combining marks and emoji sequences when possible. Older support falls back to Unicode code points.
English letters usually use one byte, while many other characters use more. Compare bytes when an API or database has a size limit.
Groups separated by spaces, tabs, or newlines count as words. Results can differ from a publisher's own rules.
Use the metric required by the destination rather than treating every count as interchangeable.
The word count splits on whitespace and does not run a language-specific morphology analyzer.
The byte total describes UTF-8 storage, not carrier-specific SMS segmentation or database encoding.
Grapheme grouping uses Intl.Segmenter when available and otherwise falls back to Unicode code points.
Visible symbols can contain multiple Unicode code points, and each code point may require multiple UTF-8 bytes.
Both totals are shown: one includes whitespace and one excludes it.
No. Compare the destination's own counting rule, especially for emoji, line breaks, and words.
Last reviewed · Logic version 20260724-1 · Vectors: Korean, emoji, whitespace
UTF-8 character and byte-count guide · Report a counting issue