Total Characters
0
Includes spaces & line breaks
SMS GSM-7 & Unicode text message segment calculator
Are your text messages getting split into multiple expensive segments? Our SMS Character Counter tests your text messages in real time, detecting whether your content uses standard GSM-7 7-bit encoding or switches to UCS-2 Unicode (16-bit).
| Encoding Type | 1st Single Message | Multi-Part (Segment 2+) | Characters Supported |
|---|---|---|---|
| GSM-7 (Standard) | 160 Characters | 153 Characters / part | Basic English (A-Z, a-z, 0-9), basic symbols, Greek letters. |
| UCS-2 (Unicode) | 70 Characters | 67 Characters / part | Emojis (🚀, ✨), Arabic, Cyrillic, Chinese, Japanese, accented symbols. |
Standard mobile networks (Twilio, AWS SNS, Vonage, Sinch, Verizon, AT&T, Vodafone) only allow 1,120 bits per SMS packet. When you type in plain English, each character consumes 7 bits (allowing \(1120 / 7 = 160\) characters).
The moment you insert a single emoji or special curly quote, the entire message shifts to 16 bits per character, cutting your total capacity to \(1120 / 16 = 70\) characters!