Testo
Character & Word Counter
Statistiche del testo in tempo reale: caratteri (con e senza spazi), parole, righe, frasi, paragrafi e dimensione in byte (UTF-8).
This tool counts characters, words, lines, sentences, and paragraphs in real time as you type or paste text, and also shows the size in bytes under UTF-8 encoding.
What gets counted
- Characters with and without spaces — shown separately so you can check against limits like meta descriptions or tweets.
- Words — split on spaces and the punctuation between them.
- Sentences and paragraphs — split on terminal punctuation (. ! ?) and blank lines, respectively.
- UTF-8 byte size — useful when a limit is measured in bytes rather than characters (non-Latin text and emoji take more than one byte each).
Common uses
- Checking a meta description or title's length before publishing so it fits the search result limit.
- Keeping text within a character limit for an assignment, bio, or product description.
- Getting quick text stats without opening a text editor with a word-count panel.
Things to keep in mind
One visual "character" (like an emoji with a skin-tone modifier or a country flag) can be made of several Unicode code points and count differently depending on the counting method.
Social media and form limits sometimes count bytes or grapheme clusters rather than characters — check against this tool's byte counter if that matters.
Articolo su questo strumento: Contare caratteri e parole: perché non è sempre banale
Domande frequenti
Quali statistiche vengono calcolate esattamente?
Lo strumento conta caratteri con e senza spazi, parole, righe, frasi, paragrafi e dimensione del testo in byte codificati UTF-8.
Perché il conteggio dei byte differisce dal conteggio dei caratteri?
In UTF-8, un semplice carattere latino occupa un byte, ma un carattere cirillico, una lettera accentata o un'emoji possono occupare da due a quattro byte, quindi un testo con molti caratteri multi-byte avrà un conteggio di byte significativamente più alto del conteggio dei caratteri.
Il mio testo viene inviato a un server per l'analisi?
No, tutti i calcoli avvengono in tempo reale nel tuo browser in JavaScript, nulla viene inviato online.
Perché il conteggio delle parole è impreciso per le lingue senza spazi?
In cinese, giapponese o thailandese le parole tradizionalmente non sono separate da spazi — il confine è definito dalla grammatica e dal contesto. Il conteggio basato sugli spazi per queste lingue dà come risultato una sola "parola" per l'intero testo, oppure perde di senso — serve un algoritmo di segmentazione a parte.
Perché a volte una singola emoji viene contata come più caratteri?
Le emoji con modificatore del tono della pelle o le bandiere dei paesi in Unicode sono composte da più code point uniti in un unico cluster di grafemi visibile. Un conteggio ingenuo basato sui code point può contare un simbolo visivamente unico come due, tre o più.