統計任意文字的字數、字元數、行數和句子數。
如何使用 字數統計
將您的文字貼上或輸入到輸入面板。
點擊 Run 進行分析。
在輸出卡片中查看字數、字元數、行數和句子數。
The Word and Character Counter gives you an instant breakdown of any text: words, characters with spaces, characters without spaces, lines and sentences. Paste or type, and the figures update so you always know where you stand against a limit.
All of this happens in your browser the instant you paste, so even long documents are analysed immediately and nothing you enter is uploaded or stored.
Length limits are everywhere, and overshooting them is easy to do by accident. A tweet caps at 280 characters, an SMS at 160, a search engine typically shows about 155 to 160 characters of a meta description, and essays, abstracts and form fields often have their own word or character ceilings.
Words are counted by splitting on whitespace, so any unbroken run of non-space characters counts as one word and leading or trailing spaces are ignored. It is a simple, predictable rule that matches what most word counts mean in practice.
The two character figures answer different questions. Characters counts everything, including spaces and line breaks, which is what messaging and meta-tag limits measure. Characters without spaces excludes all whitespace, which is closer to how much you actually typed.
Character counting is done by code point, so an emoji or an accented letter counts as one character rather than the two or more units some naive counters report. Sentences are estimated by splitting on . ! and ?, and a block with no ending punctuation still counts as one.
常見問題
文字按空白字元拆分,因此任何連續的非空格字元都算作一個單字。首尾空格會被忽略。
「字元」統計包括空格和換行在內的一切;「不含空格的字元」則排除所有空白字元。
句子透過按 . ! 和 ? 拆分來估算。沒有結尾標點的一段文字仍算作一個句子。
嵌入此工具
將此工具加入你自己的網站。複製下方的程式碼片段,它會自動保持最新。
<iframe src="https://monu.tools/embed/zh-Hant/word-counter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相關工具