Contador de Palabras y Caracteres

Cuenta palabras, caracteres, glifos CJK, líneas y párrafos — todo en tiempo real. ¿Texto mixto inglés / chino / japonés / coreano? Manejamos ambos sistemas de conteo correctamente.

Esta herramienta se ejecuta completamente en tu navegador. Tus datos nunca se envían a ningún servidor.

Escribe o pega texto

Caracteres (total)
0
Caracteres (sin espacios)
0
Palabras (inglés)
0
Caracteres CJK
0
Líneas
0
Párrafos
0
Tiempo estimado de lectura
0 seg

Mezcla de idiomas

Introduce texto para ver el desglose de caracteres CJK vs no CJK.

Conteo CJK vs inglés — ¿por qué dos 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:

Preguntas frecuentes

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.

Nuestros datos de prueba

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.

Cuándo no usar este contador