Review input limits
Check titles, meta descriptions, SMS text, and notification copy before submitting text with strict limits.
🔒 Browser-side processing
Count characters, words, lines, and estimated reading time.
Guide
Check characters, words, lines, and estimated reading time for input limits, draft length, and UX copy sizing.
Check titles, meta descriptions, SMS text, and notification copy before submitting text with strict limits.
Understand the length of blog drafts, guides, and notices through reading time and line count.
Review line breaks and spacing from copied documents before editing or publishing.
Workflow
Examples
Input
Developer tools cut down repetitive work.
They run right in the browser.
Output
Characters (with spaces) 70
Characters (no spaces) 60
Words 11
Lines 2
Reading time under 1 minute
Troubleshooting
Tools differ on whether spaces and line breaks count. For anything with a hard limit, check which rule the destination uses first.
Word counting is usually space based. Languages that attach particles or do not separate words with spaces will not line up with English word counts.
Some emoji are stored as more than one code unit. A single visible glyph can add more than one to the length.
Review
Korean word counts depend heavily on spacing. Treat them as a quick length signal, not morphological analysis.
Reading speed varies by audience, difficulty, and code blocks. Use the estimate as a planning signal.
Related