WebPiki

Word Counter

Count characters, words, and bytes for any text

0
Characters (with spaces)
Including spaces and line breaks
0
Characters (no spaces)
Characters only
0
Words
Korean syllables + English words
0
Bytes
UTF-8
0
Sentences
By period/question/exclamation marks
0
Paragraphs
By blank lines
0
Lines
By line breaks

Overview

Count characters, words, and bytes in your text in real time. It handles mixed Korean and English text accurately and offers options to include or exclude spaces. Useful for checking cover letter character limits, social media post lengths, and manuscript volume.

Key Features

  • Character count (with or without spaces)
  • Word count (recognizes both Korean and English)
  • Byte count (UTF-8: Korean = 3 bytes)
  • Line and paragraph count
  • Real-time count updates

How to Use

  1. Paste or type text into the input field.
  2. Character, word, and byte counts update in real time.
  3. Toggle the spaces option to get the count you need.

Tips

  • Korean characters take 3 bytes in UTF-8 vs 1 byte for English. Good to know for DB column sizing.
  • Most application forms count characters including spaces. Always check the requirements.
  • Twitter (X) counts one Korean character as two, using its own proprietary method.

FAQ

How are Korean words counted?
Words are split by whitespace. In Korean, spacing units correspond to word units, so whitespace-based counting is the most common approach.
Are emojis included in the character count?
Yes, emojis are included. However, some emojis consist of multiple Unicode code points, so the count may be higher than what you see visually.
Is there a maximum input length?
There is no theoretical limit since it runs in the browser, but very long texts (hundreds of thousands of characters) may slow down performance.