Word and Character Counter: How Counts Work
Live & TransparentTwo tools can look at the same paragraph and disagree about how many words it contains. Neither is broken; they simply apply different rules to hyphens, numbers, and stray punctuation. This counter updates as you type, showing words, characters, paragraphs, and an estimated reading time. What follows is a full description of the rules it uses, because knowing them is the only way to interpret a number you are asked to hit.
Open Word & Character CounterWhen this tool is useful
- Writing to a stated limit: a 500-word application answer, a 150-word product description, a bio with a character cap.
- Checking pasted text: content copied from an email, a PDF extraction, or a web page, where you need a quick measure before editing.
- Estimating reading length: deciding whether a piece suits a five-minute slot or needs cutting.
- Splitting long content: paragraph counts help when breaking a wall of text into readable chunks.
- Measuring a paid-by-the-word draft: a quick, transparent count where you can see precisely what is being counted.
Exactly what each figure means
Everything runs on plain JavaScript in your browser, with no external counting library, and the figures recalculate on every keystroke.
Characters uses the text length as JavaScript measures it, counting UTF-16 code units. For ordinary letters, digits, spaces, and punctuation, one visible character equals one unit. For emoji, some accented or combined characters, and many non-Latin scripts, a single visible symbol may be stored as two or more units, so a message with three emoji can report more than the symbols you can see. Spaces are included.
Words are counted by trimming whitespace from both ends and splitting wherever one or more whitespace characters appear. Each chunk is one word. So punctuation stays attached (hello, is one word), and hyphenated content with no spaces is one word: state-of-the-art, a date like 2026-01-14, or an email address each count as a single token.
Paragraphs are counted by splitting the text at one or more newline characters and discarding empty pieces, so a blank line between paragraphs does not create a phantom entry and trailing blank lines are ignored.
Reading time is the word count divided by 200, rounded up to the next whole minute. Empty text shows zero minutes; anything from one to two hundred words shows one minute. The 200-words-per-minute figure is a common working assumption, not a measurement of how fast you or your reader actually reads.
How to use it
Type or paste
Write directly into the text area, or paste from wherever you are drafting. You can also load one plain text file to count its contents.
Watch it update
The figures change as you edit; there is nothing to submit or run.
Copy back out
Take your text with you when finished. Nothing is saved, so keep the draft in your own document or editor.
What the numbers do and do not cover
- No sentence count: the tool does not calculate sentences. Sentence detection is genuinely difficult (abbreviations, decimals, ellipses, and quotations all confuse simple rules) and it is not something this counter attempts.
- No grammar or spelling checking: the counter measures; it does not assess.
- No keyword density or frequency analysis.
- No saving or exporting: statistics are not stored, and there is no download of results. Copy anything you need before you leave the page.
- No platform-specific limits: the tool does not know or enforce the character caps used by particular networks or systems, and it does not warn you when you cross one.
- File input is plain text only: one
text/plainfile can be read. Documents in other formats need their text extracting first.
Why your count may differ from another tool's
Every counting tool draws its own lines, and the differences cluster around a few predictable places.
- Hyphens: here
state-of-the-artis one word; some word processors treat each part separately and call it four. - Numbers and dates:
2026-01-14is one word by these rules; elsewhere it may be counted as three. - Emoji and non-Latin characters: because characters are UTF-16 code units, a single emoji may add two; tools that count visible symbols report fewer.
- Trailing spaces and line breaks: trimming and the handling of empty chunks vary between implementations.
None of this makes any tool wrong. When a limit is enforced somewhere specific (a form that rejects your submission, a platform that truncates a post), that system's own count is the one that decides. Treat any external count, including this one, as a close guide rather than an authority.
Privacy and data handling
The counting runs in your browser's memory and the text is not sent to WeConvertFiles. With consent, Zoho PageSense may collect site-usage information such as visits and clicks, but not the text you enter.
As with any web page, that is not the same as a guarantee that text entered into a browser can never be observed by anything else on your device, so treat genuinely confidential material with the same care you would anywhere online.
Troubleshooting
My character count is higher than what I can see
Your text almost certainly contains emoji or combined characters, which occupy more than one UTF-16 code unit each. This is how JavaScript measures string length, and it is expected rather than an error.
A hyphenated term counted as one word
That is the splitting rule: words are separated by whitespace only, so anything joined by hyphens without spaces stays a single token.
My paragraph count seems too low
Paragraphs are separated by newline characters. If your text uses wrapped lines without actual line breaks between sections, those sections are not distinguishable as separate paragraphs.
Reading time jumped by a whole minute
The figure is rounded up, so crossing a multiple of 200 words adds a full minute. Going from 200 to 201 words moves the estimate from one minute to two.
I cannot find a sentence count
It is not offered. If sentence counts matter for your work, a dedicated writing or readability tool is the place to get them.
Frequently asked questions
Are spaces included in the character count?
Yes. The figure is the full length of the text as stored, which includes spaces, punctuation, and line breaks. There is no separate characters-without-spaces figure.
Does an emoji count as one character?
Not necessarily. Many emoji are stored as two or more UTF-16 code units, and some, such as those with skin-tone or family modifiers, are made of several joined together, so a single visible symbol can add several to the count.
How is the reading time calculated?
Word count divided by 200, rounded up to the next whole minute. It is a rough planning figure based on a common average reading speed, not a measurement of your particular audience.
Does the tool count sentences?
No. It reports words, characters, paragraphs, and a reading-time estimate. Sentence detection is not offered, because abbreviations, decimals, ellipses, and quotations all confuse simple rules.
Can I count the words in a Word document or PDF?
Not directly; one plain text file is what can be loaded. For a PDF, the PDF to Word / TXT tool extracts text you can paste in. For a Word document, copying the text across is quickest.
Will this match the count in Microsoft Word?
Often closely, sometimes not exactly. Hyphenated terms, numbers, and stray punctuation are handled differently across tools. Where an exact figure is required by someone specific, use whatever they use.
Related tools
PDF to Word / TXT
Pull text out of a PDF so you can measure it here.
Word or Excel to PDF
Turn a finished draft into a PDF once it fits the length you were aiming for.
Related guides
QR Code Generator Guide
Generate high-quality custom QR Codes for any URL, text, or phone number instantly.
JSON Formatter / Validator Guide
Format, validate, beautify, and minify raw JSON string data dynamically.
Code Diff Checker Guide
Compare two text or code snippets side-by-side with inline differences highlighted.
Count your words, and know how
Type or paste your text and watch words, characters, paragraphs, and reading time update live, with the exact rules behind every figure.
Use Word & Character Counter