Skip to main content
Ink·tab

Characters · words · reading time

Size up a long article, a tweet, or a newsletter draft at a glance.

  • Characters144
  • No spaces106
  • Words39
  • Lines4
  • Sentences3
  • Paragraphs2
  • Reading time12 sec
  • Speaking time18 sec
  • Bytes (UTF-8)337

Everything happens in your browser. Nothing is uploaded.

When to use it

Sizing up a blog draft, enforcing tweet or newsletter limits, or estimating how long a talk script will take to read out loud.

Counting rules

  • Characters — Unicode code points. Emoji, Hangeul, and CJK characters all count as one.
  • No spaces — characters minus whitespace.
  • Words — runs of Unicode letters and digits. For Korean this lines up with eojeol (whitespace-separated chunks).
  • Sentences — split on ., ?, !, , .
  • Paragraphs — blocks separated by blank lines.
  • UTF-8 bytes — useful for database column limits and API caps.

Reading and speaking time

Reading time uses 200 words per minute; speaking time uses 130 wpm. Real-world pace varies by language and content density — Korean syllable-to-eojeol ratios in particular shift the speaking estimate slightly.

Useful targets

  • Tweet — 280 characters on X (code points).
  • Meta description — 150–160 characters works well for SERPs.
  • Email subject — under 50 characters keeps mobile previews intact.

Word count · reading time, locally

Characters (total · excluding whitespace) · words · lines · sentences · paragraphs · UTF-8 bytes · 200wpm reading + 130wpm speaking time. The text itself is never stored.

Frequently asked questions

Which stats are shown?
Characters (total / excluding whitespace), words, lines, sentences, paragraphs, UTF-8 bytes, reading time (200wpm), and speaking time (130wpm).
How are Hangul characters counted?
By Unicode codepoint. A Hangul syllable like `가` counts as 1 character. Word counting splits on whitespace with Hangul-aware handling.
Can I use it to check essay or blog post length?
Yes. Suited for length checks like Korean self-introduction essays (~1,500 chars), blog posts (300–500 words), or tweets (140 chars).