Word Counter

Count characters, words, sentences, and bytes in real-time. SNS limit guide included.

About This Tool

Word Counter analyzes your text in real time, showing character count (with and without spaces), word count, sentence count, paragraph count, and estimated reading time. It also displays character limits for popular social media platforms — Twitter/X (280), Instagram (2,200), YouTube title (100), and more. Essential for writers, marketers, and content creators managing platform-specific character limits.

0

Characters

0

Characters (no spaces)

0

Words

0

Bytes

0

Sentences

0

Paragraphs

1 min

Reading Time

SNS Character Limits

Twitter (X)0/280
KakaoTalk Profile0/60
Instagram Bio0/150

Keyword Frequency (Top 10)

Enter text to see keyword frequency

How It Works

Character counting operates at the Unicode code point level. The tool uses the spread operator (`[...text]`) to correctly split the string into code points rather than UTF-16 code units, ensuring that emoji, CJK characters, and surrogate pairs are each counted as one character. Word counting splits text by whitespace boundaries using a regex (`/\S+/g`), which handles multiple consecutive spaces, tabs, and newlines.

Sentence counting uses a regex that matches sentence-ending punctuation (., !, ?) followed by whitespace or end of string, with special handling for common abbreviations (Mr., Dr., etc.) to avoid false positives. Paragraph counting splits by two or more consecutive newlines. Reading time is estimated at 200 words per minute for English (the average adult reading speed) and 500 characters per minute for Korean and other CJK languages. The SNS character limits are hard-coded to each platform's current specifications and checked against the total character count in real time.

Share

How to Use

  1. Type or paste your text in the input area above.
  2. Character count, word count, sentence count, paragraph count, and byte count update in real-time.
  3. Check the SNS character limit bars to see if your text fits within Twitter, KakaoTalk, or Instagram limits.
  4. View the keyword frequency table to see which words appear most often in your text.
  5. Click Copy to copy your text, or Clear all to reset.

Frequently Asked Questions

What is the difference between characters with and without spaces?
Characters (with spaces) counts every character including spaces, tabs, and newlines. Characters (no spaces) excludes all whitespace. Many Korean platforms like Naver count characters without spaces.
How are bytes calculated?
Bytes are calculated using UTF-8 encoding. English characters use 1 byte each, while Korean characters (Hangul) use 3 bytes each. This is important for database fields and SMS limits.
How is reading time estimated?
Reading time is calculated at approximately 200 words per minute for English text and 500 characters per minute for Korean text. These are average adult reading speeds.
What are the character limits for major social media?
Twitter (X): 280 characters, KakaoTalk Profile: 60 characters, Instagram Bio: 150 characters. These limits apply to the total character count including spaces.
Can I use this for essays and resumes?
Yes! This tool is perfect for checking character limits on college essays, resumes, cover letters, and any document with strict length requirements.

Related Tools

Related Articles

84+

Tools available

97+

Blog articles

English & 한국어

Languages

Bookmark this page! We add new free tools every week.