Contador de Palavras e Caracteres

Conte palavras, caracteres, glifos CJK, linhas e parágrafos — tudo em tempo real. Texto misto inglês / chinês / japonês / coreano? Lidamos com ambos os sistemas de contagem corretamente.

Esta ferramenta roda completamente no seu navegador. Seus dados nunca são enviados a nenhum servidor.

Digite ou cole texto

Caracteres (total)
0
Caracteres (sem espaços)
0
Palavras (inglês)
0
Caracteres CJK
0
Linhas
0
Parágrafos
0
Tempo estimado de leitura
0 seg

Mistura de idiomas

Digite texto para ver a divisão de caracteres CJK vs não CJK.

Contagem CJK vs inglês — por que dois números?

Word counts are not universal. The unit of meaning changes depending on the writing system:

LanguageCounting UnitExample
English (Latin script)Word — separated by spaces"Hello world" → 2 words
中文 (Chinese)Character — no word separators"你好世界" → 4 字 (characters)
日本語 (Japanese)Character — mixed kanji + kana"こんにちは世界" → 8 characters
한국어 (Korean)Character — hangul syllable blocks"안녕하세요세계" → 10 characters

Unicode Ranges We Detect

BlockRangeUsed By
CJK Unified IdeographsU+4E00 – U+9FFFChinese, Japanese Kanji, Korean Hanja
CJK Extension AU+3400 – U+4DBFRare Chinese characters
HiraganaU+3040 – U+309FJapanese
KatakanaU+30A0 – U+30FFJapanese (foreign words)
Hangul SyllablesU+AC00 – U+D7AFKorean

Reading Time Assumptions

We use well-established speeds from readability research:

Perguntas frequentes

Why does this counter distinguish CJK characters from words?

English and other alphabetic languages are word-based — spaces separate words. CJK (Chinese, Japanese, Korean) text is character-based — each glyph carries meaning, and there are no spaces between words. This tool counts both so you get an accurate picture regardless of language.

How is reading time calculated?

We use industry-standard rates: 200 words per minute for English text and 500 CJK characters per minute. Mixed-language text is pro-rated based on the proportion of CJK vs non-CJK characters in your input.

Which CJK Unicode ranges does this tool detect?

We detect the following East Asian Unicode blocks: CJK Unified Ideographs (U+4E00–U+9FFF), CJK Unified Ideographs Extension A (U+3400–U+4DBF), Hiragana (U+3040–U+309F), Katakana (U+30A0–U+30FF), and Hangul Syllables (U+AC00–U+D7AF).

Is my text uploaded to a server?

No. This counter runs entirely in your browser using vanilla JavaScript. Your text never leaves your device — not for processing, not for analytics. You can verify this by turning off your internet connection and the tool still works.

Can I upload a file instead of pasting text?

Yes. Click the upload button and select any .txt file. We use the browser's FileReader API to read the file locally — the file is never uploaded to any server.

Nossos dados de teste

We verified the counter against these known inputs:

Test InputCharsWordsCJKLinesPara
"Hello world"112011
"你好世界"40411
"Hello 世界"81211
"A\n\nB"52032
"こんにちは"50511

All results match expected values. Last verified: September 2026.

Quando não usar este contador