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
Advertisement

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

  1. Paste your text Type or paste into the box. Every figure updates as you go; there is no button to press.
  2. 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.
  3. 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.
  4. 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.

Advertisement

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

Three different figures are shown at once. The headline "Characters (excluding line breaks)" includes spaces but not line breaks, and the two rows below it give the totals including everything and excluding spaces. Pick whichever matches the rule you were given.

It depends on the definition. In the plain character count an emoji is often two units — and a family emoji considerably more — because it is stored as several code units. The "Visible characters" figure counts grapheme clusters instead, so each emoji is one. Social platforms tend to use something close to the former, so it is worth checking both.

X counts full-width characters as two, so its remaining-characters indicator will not match this tool. Use the dedicated character counter for X (Twitter), which applies the same weighting against the 280-count limit.

No. Every figure is calculated by JavaScript in your browser, and the text never leaves your device. Unpublished drafts and internal documents are safe to paste.

Characters outside the ASCII range need more than one byte once encoded. In UTF-8, accented Latin letters take two bytes, most Japanese and Chinese characters take three, and many emoji take four. That is why a limit expressed in bytes is much tighter than the same number of characters.

Not reliably — Japanese does not separate words with spaces, so the whole passage is counted as a single word here. Use the Japanese word counter, which splits the text into words with a morphological analyser.
Tool-kun

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.

Advertisement