Character & Byte Counter
Counts your text's length and byte size in real time. The byte view is especially handy for Korean forms (résumés, cover letters) that cap input by bytes — a Korean character is usually 2–3 bytes.
What it shows
- Characters / no-spaces — by code point.
- Bytes (UTF-8) — web/DB standard; a Korean char is 3 bytes.
- Bytes (EUC-KR) — Korean char = 2 bytes, ASCII = 1 byte; many Korean forms cap by this.
- Words / lines.
Everything is computed in your browser; your text is never sent anywhere.