跳至主要内容

在线字数统计与阅读时间估算器

实时统计总字符数、汉字字数、英文单词、段落数、行数,并依据标准速率估算阅读与演讲时长,纯本地安全运行。

就绪。输入文本即刻获得多维度实时统计数据。

在线字数统计与阅读时间估算器

100% 本地运算

实时统计总字符数、汉字字数、英文单词、段落数、行数,并依据标准速率估算阅读与演讲时长,纯本地安全运行。

文本统计

总字数 / 词数
0
总字符数
0
字符数 (不含空格)
0
句子数
0
段落数
0
行数
0
预计阅读时间
0 分钟
预计朗读时间
0 分钟

输入或粘贴文本后,统计数据会在浏览器中即时更新。

阅读速度
计算基准: ~225 wpm / ~400 cpm100% 本地运算

How Multilingual Word and Character Counting Works

Accurate text statistics require more than splitting on whitespace. While English, Spanish, and French rely on spaces between words, East Asian languages such as Chinese (Simplified & Traditional) and Japanese do not use spaces to delimit words. Our tool uses native browser Intl.Segmenter lexical boundary analysis backed by a deterministic morpheme fallback to guarantee exact counts across all scripts.

Standard Text Metrics Explained

  • Words: Segmented word-like tokens according to locale rules (e.g. CJK morphemes, Latin words, hyphenated compounds).
  • Characters (with spaces): Total perceived Unicode grapheme clusters, ensuring emojis and multi-byte code points are counted truthfully as single visual characters.
  • Characters (without spaces): Pure content characters excluding spaces, tabs, line breaks, and full-width ideological spaces.
  • Sentences & Paragraphs: Identified using locale-aware terminal punctuation (such as full stops, question marks, and CJK 。!?) and non-empty line break blocks.

Scientific Reading and Speaking Time Estimates

Estimates are calculated using documented empirical speeds: ~200–250 words per minute (wpm) for Latin reading, ~130–150 wpm for speaking, and ~300–500 characters per minute (cpm) for CJK text. Durations are rounded to realistic, intuitive intervals without implying false second-level precision (such as "< 1 min" or "2 min").

Frequently Asked Questions

中英文混合文本如何准确区分汉字与英文单词?
工具底层采用现代浏览器的 Intl.Segmenter 词法分析,并结合严格的 CJK 字符集回退机制,能准确将汉字与英文单词分流计算。
阅读时间和朗读时间的测算依据是什么?
中文阅读按约 400 字/分钟测算,英文按约 225 词/分钟测算;朗读按约 200 字/分钟测算,且时间以直观的区间展示(如“< 1 分钟”、“2 分钟”),杜绝虚假秒级精度。
我输入的文章是否会被上传到服务器?
绝对不会。所有计算完全在本地浏览器 JavaScript 内存中完成,零网络外发请求。