# SMS parts and message length

Standard SMS  messages have a character limit of 160 characters (Unicode message  of 70 characters) . If that limit is exceeded, your message is split into multiple parts to deliver to the recipient's phone. This is called message concatenation and may affect your spending (a long message will be billed as many times as its parts).

### Message Encoding

SMS can be sent out using different charsets or character sets. For SMS, we use the charsets GSM-7 and Unicode. This may affect the maximum length of a message part and the number of parts your message will require. Below, we will explain each charset and what this means for your SMS.

#### GSM-7 <a href="#h_01f9tqtbgc2qvyes483t8ex8h5" id="h_01f9tqtbgc2qvyes483t8ex8h5"></a>

SMS are typically sent out with the GSM-7 charset covering most characters. When SMS is sent in the GSM-7 charset, each character is seen as just one character in an SMS message.

In the table below, you will find the standard characters under the GSM-7 charset. The characters in the table are considered standard but may not show on the receiver's phone, depending on the handset's capabilities.&#x20;

| @ | Δ | S  | P | K | 0  | ¡ | P | ¿ |
| - | - | -- | - | - | -- | - | - | - |
| p | £ | \_ | ! | Ä | 1  | A | Q | a |
| q | $ | Φ  | " | k | r  | b | R | B |
| R | C | æ  | - | = | M  | Ñ | m | ñ |
| 2 | ¥ | Γ  | # | ä | 3  | C | S | c |
| s | è | Λ  | ¤ | ø | 4  | D | T | d |
| t | é | Ω  | % | Æ | 5  | E | u | U |
| e | ù | Π  | & | , | 6  | F | V | f |
| v | ì | Ψ  | ' | < | 7  | G | W | g |
| w | ò | Σ  | ( | L | 8  | H | X | h |
| x | Ç | Θ  | ) | Ö | 9  | I | Y | i |
| y | L | F  | Ξ | l | \* | : | J | Z |
| j | z | Ø  | E | ö | S  | C | + | ; |
| Å | ß | .  | > | N | Ü  | n | ü | å |
| É | / | ?  | O | § | o  | à |   |   |

The following characters are part of the GSM-7 charset but equate to two characters in a text message:

```
\ ^ ~ [ ] { } | ~ €
```

#### Unicode

When using the Unicode charset, each character is seen as two characters. This decreases the number of characters you can put in your SMS from 160 to 70 (or 67 for multiparts messages with longer heathers). Message encoding is updated to Unicode automatically when you use any non-GSM-7 characters.

#### Maximum number of parts

The maximum amount of parts a single message can be broken into is limited. Too long messages will not be delivered as the receiving carrier network cannot handle them. Bird advises users to limit the maximum length to 1377 characters for GSM-7 messages and 603 for Unicode ones. Longer messages delivery will only offer on best effort basis.

### **How do I know the number of SMS?**

Using the table below, you can check the amount of SMS you will be sending based on your character count:

| Number of SMS | Maximum GSM characters | Maximum Unicode characters          |
| ------------- | ---------------------- | ----------------------------------- |
| 1             | 160                    | 70 (or 67 for multi parts messages) |
| 2             | 306                    | 134                                 |
| 3             | 459                    | 201                                 |
| 4             | 612                    | 268                                 |
| 5             | 765                    | 335                                 |
| 6             | 918                    | 402                                 |
| 7             | 1071                   | 469                                 |
| 8             | 1224                   | 536                                 |
| 9             | 1377                   | 603                                 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bird.com/applications/channels/channels/supported-channels/sms/concepts/sms-parts-and-message-length.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
