How to use this tool
- Paste the passage into Input text. Formatting such as bold and font size is not included.
- Choose Count text and compare the word total with the character and paragraph counts.
- Copy the report when you need to record the totals.
Understanding the output
Words count word-like segments rather than every item separated by a space. Characters count visible grapheme clusters, so a combined emoji can count as one character even when it contains several code points.
To turn the word total into a duration, use the Reading Time Estimator with a reading speed appropriate for your audience.
A two-line example
Hello world. followed by a line break and A useful tool. contains five words and two lines. With no blank line between them, the two lines form one paragraph.
Choose the count that matches the requirement
An essay word limit and a form character limit measure different things. Word counts describe the length of prose, while characters measure letters, digits, punctuation, and spaces. If an application gives its own count, use that application as the final authority because its treatment of apostrophes, hyphens, emoji, or hidden formatting may differ.
For an article draft, count the main body separately from notes, image captions, and references when the submission rules exclude those sections. This tool measures everything you paste; it cannot infer which parts belong to the final submission.
Lines are not the same as paragraphs
A line ends at an explicit newline in the input, not when a narrow screen wraps the text visually. Paragraphs are separated by a blank line. A copied PDF can therefore have many lines inside one paragraph. This distinction helps identify whether a passage needs formatting cleanup before you compare its structure with another draft.
Method and supported input
English-locale Intl.Segmenter identifies word-like segments and grapheme clusters. Whitespace-only segments and punctuation do not become words. Windows and older Mac line endings are normalized for the line count.
- The input is plain text.
- Paragraphs are separated by one or more blank lines.
Limitations
- Counts can differ from a publisher’s submission system.
- Word boundaries for unusual scripts or abbreviations depend on the browser’s Unicode implementation.
Common questions
Does a hyphenated word always count as one?
No. Segmentation follows the browser’s word-boundary rules. Check the target editor if its policy matters.
Why do emoji counts differ between websites?
Some sites count UTF-16 code units or Unicode code points. This tool counts grapheme clusters, which more closely represent visible characters.