Word & Character Counter
Count words, characters, sentences, paragraphs, and reading time in any text. Includes a byte-size estimate for storage planning.
Last updated:
Words
19
Characters
97
Chars (no spaces)
79
Sentences
2
Paragraphs
1
Lines
1
Bytes (UTF-8)
97
Reading time
1min
Paste or type text above to instantly count words, characters, sentences, paragraphs, and estimated reading time. Everything is computed live in your browser.
What is Word Counter?
A word and character counter gives instant statistics about a block of text: word count, characters with and without spaces, sentences, paragraphs, and estimated reading time. Writers use it to hit length limits (tweets, meta descriptions, essays), and developers use it to check byte sizes and content constraints. All counting is live and local — nothing is uploaded.
How to count words and characters
- 1Type or paste your text into the input area.
- 2Counts update live as you type — words, characters, sentences, paragraphs.
- 3Check the reading-time estimate for content planning.
- 4Use the character count (with/without spaces) to fit length limits.
Use Cases
Fit character limits
Check a meta description (≤160 chars), tweet, or SMS against its hard character limit.
Estimate reading time
Show an article's reading time or plan content length for a target duration.
Meet writing requirements
Hit an essay or submission word count without guessing.
Code Examples
What gets counted
Words: 187
Characters: 1,024 (incl. spaces)
Characters: 842 (excl. spaces)
Sentences: 12
Reading time: ~1 minKey Concepts
- Reading time
- Estimated at ~225 words per minute, a common average for adult English readers used by many publishing platforms.
- Characters vs bytes
- One character can be multiple bytes in UTF-8 (emoji and CJK often take 3–4). Character count ≠ byte size for non-ASCII text.
- Word boundaries
- Words are split on whitespace and punctuation. Hyphenated compounds and contractions may count as one or two depending on the rule.
Tips & Best Practices
- ▸Search engines display roughly the first 160 characters of a meta description — aim just under that.
- ▸For storage limits, remember character count is not byte count: emoji and CJK characters take more bytes in UTF-8.
- ▸Reading time is an estimate; technical content reads slower than the 225 wpm average.
- ▸Paragraph counts depend on blank lines — single line breaks may not start a new paragraph.
Frequently Asked Questions
How is reading time estimated?
Reading time assumes an average adult English reading speed of 225 words per minute, which is a common value used by publishing platforms.
Does it count characters including spaces?
Both counts are shown: total characters (including spaces and newlines) and characters excluding spaces.
Related Tools
Regex Tester
Test regular expressions online. Live match highlighting, capture groups, and support for JavaScript flags (g, i, m, s, u, y).
XML Formatter
Format, beautify, and validate XML documents online. Handles namespaces, CDATA sections, and mixed content.
SQL Formatter
Format and beautify SQL queries. Supports SELECT, JOIN, subqueries, CTEs, and multiple SQL dialects.
Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, and more.
Text Diff
Compare two text snippets side-by-side and highlight the differences. Word- and line-level diff, everything runs in your browser.
Markdown → HTML
Convert Markdown to HTML with a live preview. Supports GitHub Flavored Markdown (tables, task lists, strikethrough) and code fences.