Word & Character Counter

Count characters, Chinese/English, lines, paragraphs, UTF-8 bytes and estimated reading time

How to use

  1. Paste or type the content into the "Input text" box.
  2. Click "Count"; the panel below lists characters, Chinese/English, lines, paragraphs, UTF-8 bytes and reading time.
  3. Click "Clear" to reset input and result.
  4. Tip: character counts differ with/without spaces; for code, prefer the no-spaces value.

FAQ

How is reading time calculated for Chinese vs English?

Estimated by experience: roughly 300 Chinese characters/minute and 200 English words/minute, summed for the total duration.

Why do UTF-8 bytes differ from the character count?

A Chinese character takes 3 bytes in UTF-8, an emoji takes 4 bytes, while the character count is just 1, so bytes are usually larger than the character count.