Guide
Word count vs character count
Platforms, SEO drafts, and school assignments all count text differently. Here is what words, characters, and lines actually mean.
Updated 2026-08-17
Different jobs, different meters
A news desk may care about word count. A tweet-shaped caption or an SMS gateway cares about characters. A university portal may count characters including spaces. Search-engine snippets care about what actually displays, which is not the same as a raw character total. If you only look at “words,” you will blow a 160-character meta description. If you only look at characters, you will misjudge a 1,200-word draft.
Whitespace is the usual divider for words: sequences split on spaces, tabs, and line breaks. Double spaces do not make extra words. Hyphenated compounds and URLs are messy — some counters treat example.com as one word, others split on punctuation. Know which rule your assignment uses.
Characters with and without spaces
Character count usually means JavaScript string length: every letter, digit, punctuation mark, and space. “No spaces” removes whitespace so you can estimate how dense the copy is. Emoji and some accented letters are more than one UTF-16 code unit, so the same “character” may count as two in some tools and one in others. If a publisher is strict, match their tool rather than arguing Unicode theory.
Line count is simply how many newline-separated rows you have. A wrapped paragraph in a textarea is still one line until you press Enter. That matters for commit messages, postal forms, and poetry, and almost nowhere else.
Writing and SEO
For on-page copy, word count is a rough proxy for whether a topic was actually covered. It is not a ranking lever by itself. A 900-word page that answers the query beats a 2,000-word page that restates the query. Use a counter while you write so you stay inside a brief; then edit for sense, not for chasing a round number.
Titles and descriptions still have display limits. Keep titles unique and under a length that typically shows in search. Count those in characters, including spaces. Paste the draft into a counter before you publish if you do not enjoy discovering the limit in a live preview.
Using a browser counter
Paste the text, read words / characters / characters without spaces / lines, and copy the stats if you need to send them with a draft. Because the count runs locally, you can paste unpublished writing without sending it to a third-party “writing coach” that stores documents.
If a CMS later shows a different number, it is often because it strips HTML, counts markdown syntax, or uses a different tokenizer. Compare like with like: plain text in, plain text out.
Related tool: Word Counter