Toolbox

Online Word Counter

字数统计字符统计字数检查写作工具

Instantly analyze total characters, characters without spaces, Chinese chars, English words, number groups, punctuation, lines and UTF-8 bytes, with TXT download and one-click copy — perfect for writing limits, fully local.

All processing is done locally in your browser. No data is uploaded.

How to Use

  • Paste any valid JSON, supports nesting, arrays and escapes
  • Click Beautify to auto indent and format
  • Click Minify to remove whitespace into one line
  • All operations run locally for privacy

Related Tools

FAQ

How are the metrics defined?

Total includes spaces/newlines; no-spaces strips whitespace; Chinese counts CJK range; English words count consecutive letter runs; number groups like 3.14 count as one.

What is UTF-8 byte count for?

Many APIs and databases limit by bytes; a Chinese char usually takes 3 bytes, so this helps enforce byte-length limits precisely.

Will my data be uploaded?

No, all counting runs locally in real time.