Character Counter

Input
Choose the conversion mode: Uppercase, Lowercase, or Capitalize.
Output
Character count 0
Grapheme cluster count 0
Word count 0
Byte count 0
  • Character countCounts each letter, symbol, space, and emoji as one character.
    Example: 我愛A😆 → 4 characters
  • Grapheme cluster countCounts the symbols as seen by the eye, including combined or skin-tone modified emoji.
    Example: 👩🏽 → 1 grapheme
  • Word countCounts English words by spaces; Chinese or Japanese counts each character as one word.
    Example: I love音樂 → 3 words
  • Byte countCalculates storage size: 1 byte for English letters, ~3 bytes for Chinese, ~4 bytes for emoji.
    Example: 我A😆 → 3 + 1 + 4 = 8 bytes

Tool Introduction

Free online character counter, supporting Character count, Grapheme cluster count, Word count, and Byte count.