Version
Key SMPP Parameters
Encoding (ASCII, Unicode, Binary)
SMPP supports a range of message encoding schemes to facilitate the transmission of different types of content and languages. The data_coding parameter in the submit_sm PDU specifies the encoding format for the message content:
- ASCII (7-bit): Commonly used for English text and basic characters. Each character is represented using 7 bits, allowing up to 160 characters per message. Suitable for standard SMS containing English letters, numbers, and basic symbols. data_coding value is typically 0x00.
- Unicode (UCS2 – 16-bit): Supports multilingual text, including non-Latin scripts such as Chinese, Arabic, Cyrillic, and emojis. Each character is represented using 16 bits, reducing the message length to 70 characters per SMS. Ideal for international messaging or when handling non-English characters. data_coding value is typically 0x08.
- Binary (8-bit): Used for binary data such as ringtones, WAP Push messages, and USSD services. Each character is represented using 8 bits, allowing the transmission of custom data formats. Suitable for non-text content and application-specific messages. data_coding value is typically 0x04.
Message priority and validity period.
Message Priority specifies the importance level of a message to guide the SMSC in deciding delivery order if multiple messages are queued. The priority_flag is optional in the submit_sm PDU.
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!