Stupid Question 183: Why are SMS 160 characters and tweets 140?
Why are SMS 160 characters and tweets 140?
Last Saturday I was eating dinner at a friend’s house, and we had a small room of nerds. Two developers, one IT-Pro and an engineer. Somehow we started talking about SMS, and why the character constraint. We couldn’t quite agree on the reason for why it’s just 160 characters. Let’s get to the bottom of this.
While there areplenty of articles onlineclaiming that the reason was this one guy, Friedhelm Hillebrand , did some random research on written communication and came to the conclusion that 160 would do. And then it became the standard. Really?
This is how I understood the 160 character limit after some research:
Friedhelm Hillebrand did indeed, together with other researchers, study what a meaningfull limit would be for written (but short) communication- to test whether or not people would find the service useful if limited by the number of characters. Positive that it would work, the limit was then set to a max of 160 characters transmission size. AS for why, and please correct me if my information is wrong, is because the current hardware of the GSM mobile handset devices at that time was limited to 140.
Due to the popularity of SMS several services have followed the model, such as Twitter- where a ‘tweet’ is limited to 140 characters, as the remaining 20 are for the username.
Now, I would LOVE to get some information about this- so if you know anything about this topic please share,- let’s get all the facts down once and for all :)
Comments
I used to work on an SMS back-end engine, so here goes: texts are actually 140 bytes long (I doubt any psychology research went into that, SMS was initially meant to be a diagnostic tool for engineers). The GSM character encoding is 7 bits, so you can get 140*8/7 = 160 characters into an SMS :-). Here's the character set, from 0x00 to 0x7F (i.e. 128 characters): http://www.world-text.com/docs/gsm-character-set.php
I remember reading an interview with Jack Dorsey where he discussed the reasoning for Twitters 140 character limit was originally you would send Tweets via text message. So then 140 characters were for the message and 20 for the username! But due to the rise in mobile internet that model never became prevalent. http://www.140characters.com/2009/01/30/how-twitter-was-born/
Twitter has a relation to SMS, but not in the way you implied. The origin of the company was to build a group SMS chat system (i.e. you send to Twitter, they relay to a group). They reserved 20 for tracking IDs so that the system could identify what conversation & participates the message is for. However they pivoted the business at one point when they found people using the beta which was just web based were loving it and the idea original was abandoned.
I found a nice article about the history of SMS at: http://latimesblogs.latimes.com/technology/2009/05/invented-text-messaging.html
I believe that CDMA (first US networks for SMS) networks could only cope with 140 characters, however, as mentioned above, GSM due to its encoding could do 160. Twitter coming from over in the US would have gone with 140 due to the limitations of the networks
Last modified on 2013-04-30