Character & Word Counter
A live text statistics panel for writers, translators and developers. It counts characters (with and without spaces), words, lines, paragraphs, sentences and CJK characters as you type, then lets you copy the summary with one click. Everything runs locally in your browser.
Frequently asked questions
Are spaces counted?
Yes — “Characters” includes spaces while “Characters (no spaces)” excludes them, so you can pick whichever the platform requires.
How is a “word” defined here?
A word is any run of non-whitespace characters. This works well for English; for CJK text, the dedicated Chinese-character counter is more accurate.
Related tools
JSON Formatter
Format, validate and minify JSON in your browser. No data is ever uploaded.
JSON Diff
Compare two JSON documents side by side and see differences instantly.
JWT Decoder
Decode JWT tokens, inspect the header and payload, and verify signatures.
Base64 Encoder/Decoder
Encode text or files to Base64, or decode Base64 back to readable text.