Chinese Paragraph Counter

Count paragraphs and estimate pages in Chinese text (500 chars/page)

Count paragraphs and Chinese characters in Simplified Chinese text and estimate printed pages using the standard 500-character-per-page book convention. Runs entirely in your browser with no upload.

How are paragraphs counted?

A paragraph is any block of text separated from the next by a blank line. A single line break inside a block is treated as a soft wrap, not a new paragraph, which matches how Chinese manuscripts and ebooks mark structure.

Writers, editors, and translators working in Chinese often need to know how long a passage is — both how many paragraphs it contains and roughly how many printed pages it will fill. This tool counts paragraphs and Chinese characters and turns the character count into a page estimate using the standard book convention.

How it works

Paragraphs are detected by splitting the text on blank lines: any run of one or more empty lines marks a paragraph boundary. A single newline inside a block is treated as a soft line break, so wrapped lines do not inflate the count.

For the character total, only CJK ideographs are counted — the same 字数 (character count) figure Chinese publishers use. Latin words, digits, and punctuation are ignored for the page math. The page estimate is simply:

pages = chinese_characters / 500

500 characters per page is the traditional typeset-book figure for Chinese.

Tips and notes

Because the page estimate excludes punctuation and Latin text, a document mixing English and Chinese will show a smaller page figure than a raw character count would suggest — that is intentional and matches publishing practice. For an exact layout you still need your typesetter’s font size and trim size, but 500 characters per page is the standard planning number for word counts, contest limits, and translation quotes.