Word & Character Counter
Paste or type text and get live character, word, line, paragraph and byte counts — nothing is uploaded.
- Characters
- 0
- Without spaces
- 0
- Words
- 0
- Lines
- 0
- Paragraphs
- 0
- UTF-8 bytes
- 0
How to use
- Paste or type your text into the box.
- All six counts update live as you type.
- Use “characters without spaces” for strict length limits, and UTF-8 bytes for database or SMS-style limits.
Examples
Essay length check
Personal statements often have limits like “4,000 characters”. Paste your draft and watch the characters-with-spaces count while you edit.
Social media caption
A 280-character limit counts spaces. Type your caption and keep the with-spaces count under the limit.
Meeting a character limit
Application forms, bios and abstracts are usually capped in characters rather than words, and whether spaces count is stated in the rules and often ignored by writers. Checking both figures before submitting is faster than pasting into the form and being told to cut.
Writing for search results
A page title is generally cut around 60 characters in search results and a meta description around 155, though the real limit is pixel width rather than a character count. Writing to those numbers and putting the important words first keeps the meaning intact even when the tail is truncated.
Estimating reading and speaking time
Silent reading runs roughly 200 to 250 words per minute in English, and speaking aloud closer to 130 to 150. A 1,300-word script is therefore about nine to ten minutes spoken. Counting the words before rehearsing is the quickest way to find out that a talk is twice as long as its slot.
FAQ
How are words counted?
Words are sequences of characters separated by spaces, tabs or line breaks. Multiple spaces in a row still count as one separator, and leading or trailing whitespace is ignored.
Do spaces count as characters?
Both numbers are shown: “characters” includes every space and line break, while “without spaces” excludes all whitespace. Check which rule your target (form, exam, platform) uses.
Why is the byte count larger than the character count?
Bytes are measured in UTF-8, where English letters take 1 byte but most other scripts take more — Korean syllables take 3 bytes and many emoji take 4. Systems with byte limits usually mean UTF-8 bytes.
How are emoji counted?
Each emoji code point counts as one character (not two), because counting uses Unicode code points. Complex emoji joined from several code points (like family emoji) count once per component.
Is my text uploaded to a server?
No. Counting happens entirely in your browser and your text never leaves your device.
Why do Korean and English character counts behave differently?
Korean packs far more meaning into each character, so a Korean text and its English translation rarely have similar lengths. A limit written for English will feel generous in Korean, and one written for Korean will feel tight in English. When a form does not say which language its limit assumes, count the version you are actually submitting.
How is a word counted when there is no space?
Words are separated by whitespace, so a hyphenated compound counts as one and a slash-separated pair counts as one. Korean is written with spaces between phrases rather than words, which means the word count for Korean text is closer to a phrase count. For Korean, the character count is usually the more meaningful figure.
Does the byte count matter anywhere?
It matters for database columns, file formats and legacy systems that allocate space in bytes. A Korean character takes three bytes in UTF-8 while a plain English letter takes one, so a field described as 100 bytes holds only about 33 Korean characters. That mismatch is why a form can reject text that looks well under its stated limit.