In the SMS specification, it can deliver messages of 160 characters at once.
That means, if I try to send over 160 (e.g. 161) it is split into two SMSes automatically, then delivered to receiver.
But, nowadays phones don't show 2 messages. It just shows up as 1 message.
It looks like there's some header to represent message identity and it's assembled automatically in the phone.
BTW, is there any way know about SMS header info and how many messages a really delivered/received?
My smartphone (nexus-5) doesn't show it.
SMS is not just delivering 160 characters(1120 bits / (7 bits/character) = 160 characters) for every each time.
If it segmented, it can deliver only 153 characters. (http://spin.atomicobject.com/2011/04/20/concatenated-sms-messages-and-character-counts/)
The division by 153 is because when sms's are divided into parts, each part gets a header of 48 bits.