Word Counter
Count characters, words, and lines in text, supports both Chinese and English
Input
Characters (with spaces)
26
Characters (no spaces)
26
Words
1
Lines
1
Formula
Characters count all visible characters, words are separated by spaces, lines are separated by newlines
FAQ
Does character count include punctuation?
Yes, character counts include all characters including punctuation. The 'no spaces' option excludes spaces and tabs.
How are Chinese characters counted?
Each Chinese character counts as one character. For words, Chinese text is split by spaces; consecutive Chinese characters count as one 'word'.
How are lines counted?
Lines are counted by newline characters ( ). Empty lines also count. The last line is counted even without a trailing newline.