All Collections
Distribution: Watermarking, Distribution and Text Messaging
Text Messaging
Text Messaging: the Technical Details of SMS Character Limits
Text Messaging: the Technical Details of SMS Character Limits

Curious about why our text messaging features have certain limits? Here are the answers!

Emily avatar
Written by Emily
Updated over a week ago

This article will help you better understand why our text messaging features have certain limits and why the messages are split into "credits."

Otherwise, the following information from our provider page will tell you everything you need to know!

πŸ“³ SMS Message Length and Character Encoding

When you send a SMS message over 160 characters, the message will be split. Large messages are segmented into 153 character segments and sent individually, then rebuilt by the recipient's device. For example, a 161-character message will be sent as two messages, one with 153 characters and the second with 8 characters.

If you include non-GSM characters, such as Chinese script, in SMS messages, those messages have to be sent via UCS-2 encoding. Messages containing any UCS-2 characters are limited to 70 characters and will be concatenated into 67 character message segments, even if the messages contain fewer than 160 characters.

πŸ§‘β€πŸ« What is the history behind SMS message length?

SMS is a standardized communication protocol that enables devices to exchange short text messages and was defined as part of the 1985 GSM protocol. Originally, it was designed to "fit in between" existing signalling protocols, which is why SMS length is limited to 160 seven-bit characters. It was subsequently codified into the SMPP signalling protocol that transmits SMS and is limited to precisely 140 bytes (or 1120 bits).

But things get tricky because GSM-7, the original character set designed for SMS, only has the ability to denote 128 different characters in those 7 bits. So if you want to include more Latin or non-Latin scripts, you'll need to use UCS-2.

A common mistake is to inadvertently use a UCS-2 character, thinking it's GSM-7 character. GSM-7 isn't a supported character set in many text editors. The classic mistake is to use "curly quotes" not realizing that they're part of UCS-2 and not GSM7.

Did this answer your question?