Word Counter (Characters, Words and Reading Time)
A free word counter that updates as you type: words, characters with and without spaces, lines, paragraphs, byte size, reading time and characters left.
Characters to manuscript sheets
Japanese schools and publishers often specify length in sheets of manuscript paper rather than in characters. The figures below simply divide the character count by the sheet size.
| Characters | 400 characters | 200 characters |
|---|---|---|
| 400 | 1 sheets | 2 sheets |
| 800 | 2 sheets | 4 sheets |
| 1,200 | 3 sheets | 6 sheets |
| 1,600 | 4 sheets | 8 sheets |
| 2,000 | 5 sheets | 10 sheets |
| 4,000 | 10 sheets | 20 sheets |
| 8,000 | 20 sheets | 40 sheets |
| 10,000 | 25 sheets | 50 sheets |
| 20,000 | 50 sheets | 100 sheets |
| 40,000 | 100 sheets | 200 sheets |
Typical length limits by medium
Common limits for inputs and posts that cap their length. Services change these from time to time, so check the official documentation for anything critical.
| Medium | Typical limit |
|---|---|
| meta description (search result snippet) | about 155 characters |
| title tag (search result title) | about 60 characters |
| X (formerly Twitter) post | 280 counts (full-width characters count as two) |
| Instagram caption | 2,200 characters |
| YouTube description | 5,000 characters |
| Double-spaced page (US letter, 12pt) | about 250 words |
| Japanese manuscript sheet | 400 characters (20 × 20) |
| College essay (common assignment) | 500–1,000 words |
What a word counter does
A word counter reports how much text you have written. It matters whenever a limit is imposed from the outside: a meta description that must not be truncated in search results, an application essay capped at 500 words, a caption that has to fit a social platform, or a database column defined in bytes rather than characters. This tool recalculates every figure the moment you paste text, so you can trim towards a target instead of guessing.
The same passage can produce different totals depending on what counts as one character. Line breaks may or may not be included, full-width spaces may or may not count as whitespace, and an emoji may be one character or several. This tool shows the character count excluding line breaks as the headline figure and lists the alternatives — including a grapheme count that treats emoji and combining marks as the single characters you actually see — so you can pick the definition your target requires.
How to use the word counter
- Paste your text Type or paste into the box. Every figure updates as you go; there is no button to press.
- Pick the definition you need Read the value that matches the rule you were given: excluding line breaks, including spaces and line breaks, or excluding spaces.
- Check what you have left The per-medium table shows the remaining characters for titles, meta descriptions and captions, and turns red once you go over.
- Count a specific string Enter a word or phrase to see how many times it appears — useful for spotting a term you have overused.
Tips for getting more out of it
- When a limit does not say whether spaces are included, aim at the including spaces figure. Being slightly under is cheaper than rewriting after a rejection.
- Search engines truncate by pixel width rather than by character count, so treat 60 characters for a title and 155 for a description as guidance and put the important words first.
- Byte limits and character limits are not the same thing. A field that accepts 255 bytes holds only about 85 Japanese characters in UTF-8.
- The word count splits on spaces, so it does not work for Japanese. Use the Japanese word counter, which segments the text with a morphological analyser.
- Counting a specific string is a quick way to catch repetition — if a keyword appears far more often than the rest of your vocabulary, the text usually reads as padded.
When a word counter helps
Writing titles and meta descriptions that are not truncated
Search results cut titles at roughly 60 characters and descriptions at roughly 155, so the remaining-characters column tells you when to stop.
Meeting an application or assignment word limit
For a cap such as "500 words maximum", the word count and character counts sit side by side so you can trim without losing track of either.
Sizing a database column or an API field
When a limit is expressed in bytes rather than characters, the UTF-8 byte size tells you whether multi-byte text will still fit.
Estimating how long a page takes to read
The reading-time estimate uses 200 words per minute for Latin text and 400 characters per minute for Japanese, which is a reasonable basis for a "5 min read" label.
Checking whether a Japanese draft fits the requested sheets
Japanese submissions are often specified in sheets of manuscript paper, and the sheet count accounts for the way a line break leaves the rest of the line unused.
Word counting terms
- Characters (excluding line breaks)
- Every character in the text apart from the line breaks. Most external limits are closest to this definition, which is why it is shown as the headline figure.
- Visible characters (emoji counted as one)
- A count of grapheme clusters. An emoji or a letter with a combining accent may be stored as several characters internally, but this figure counts each one as the single character you see on screen.
- Japanese manuscript paper (genkō yōshi)
- Ruled paper with a fixed grid, most commonly 20 columns by 20 rows for 400 characters per sheet. Because a line break leaves the rest of that row unused, the real sheet count is often higher than the character count divided by 400.
- Byte size
- How much data the text occupies once encoded. In UTF-8 a Japanese character normally takes three bytes and a Latin letter one, so the same passage has different byte sizes in different encodings.
- Reading time
- An estimate of how long the text takes to read, based on 200 words per minute for Latin text and 400 characters per minute for Japanese.
Word counter FAQ
Side Note — Where the 140-character limit came from
The 140-character limit of early Twitter is usually traced back to SMS, which allowed 160 characters per message: reserving twenty for the sender left 140 for the text itself. X has since doubled the allowance to 280, but Japanese, Chinese and Korean characters each count as two, so for those languages the effective limit is still around 140. The same number means noticeably different amounts of text depending on the script you write in.
Marcel Proust's In Search of Lost Time, often cited as the longest novel ever published, runs to roughly 1.5 million words in English translation. Rendered in Japanese it comes to more than four million characters — over ten thousand sheets of 400-character manuscript paper. For comparison, the entire Constitution of Japan is about 11,000 characters, or some 28 sheets.
The 20 × 20 grid of Japanese manuscript paper survived because it made typesetting predictable: a sheet count translated directly into a printing estimate. Word processors have counted characters automatically for decades, yet publishers and newspapers still commission work "by the sheet" — a unit of measurement that outlived the technology it was designed for.