Characters, Symbols and the Unicode Miracle - Computerphile

  Рет қаралды 1,993,826

Computerphile

Computerphile

Күн бұрын

Audible free book: www.audible.com/computerphile
Representing symbols, characters and letters that are used worldwide is no mean feat, but unicode managed it - how? Tom Scott explains how the web has settled on a standard.
More from Tom Scott: / enyay and / tomscott
EXTRA BITS: • EXTRA BITS - UTF-8 'ne...
Data Security: • Security of Data on Di...
/ computerphile
/ computer_phile
This video was filmed and edited by Sean Riley.
Computerphile is a sister project to Brady Haran's Numberphile. See the full list of Brady's video projects at: bit.ly/bradychannels

Пікірлер: 616
@Jivvi
@Jivvi 9 жыл бұрын
Which side of a napkin is the back?
@Computerphile
@Computerphile 10 жыл бұрын
This was shot at the Marriott St Pancras Renaissance in London - kind thanks to them for allowing us to film there! >Sean
@AndreiZisu
@AndreiZisu 10 жыл бұрын
This guy just radiates enthusiasm
@praemdonck
@praemdonck 7 жыл бұрын
You forgot to mention that the great hacker behind the great hack is Ken Thompson, the genius behind unix
@coldfire6869
@coldfire6869 8 ай бұрын
Tom Scott explaining UTF-8 in some hotel lobby 9 years ago. Very nice!
@tuberlook1
@tuberlook1 10 жыл бұрын
It's rare to see a person who is knowledgeable, passionate and able to explain in a linear and easy to understand manner.
@pao_lumu
@pao_lumu 7 жыл бұрын
3 years later, still quality. -Well, give-or-take a few leap seconds-
@MikkoRantalainen
@MikkoRantalainen 7 жыл бұрын
There's a saying that UTF-8 was successful because USA did not need to understand it. (Explanation: they could just keep using ASCII and magically they are compatible with UTF-8).
@dominiquestrauss-kahn2509
@dominiquestrauss-kahn2509 9 жыл бұрын
Where is he presenting all this? That place looks rather pleasant.
@ACDCBoy62
@ACDCBoy62 8 жыл бұрын
Hey, this video actually helped me fix a bug! I was trying to pass an ANSI filename to a function, and it would always fail. When I looked at the variable watch, the string showed up as a bunch of Chinese characters, so I was immediately able to recognize it was being reinterpret-casted to Unicode, rather than the proper typecast I assumed would happen!
@codeman99-dev
@codeman99-dev 10 жыл бұрын
While designing ASCII they also chose "00110000" (48) for character zero. This is even more impressive than "a is 1" since you can then XOR any character with the value of character zero to find out if it's a decimal number (0 through 9)! :) In code example: char x = random(0, 128); if (x ^ '0' < 10) { // variable x is a decimal number character } else { // variable x is NOT a decimal number character }
@UteChewb
@UteChewb 3 жыл бұрын
Minor goof by Tom at 6:25 he writes 0110 0001 and writes 'A' when it should be 'a'. But a great video, and perhaps this is a deliberate mistake to see who was awake in class. I remember when I first read how unicode works I was blown away, but Tom's explanation is so much better than how I learnt it.
@blenderpanzi
@blenderpanzi 9 жыл бұрын
Another nice feature: Sorting UTF-8 strings under the assumption they are ASCII strings will sort them correctly in ascending codepoint order. For proper sorting in the context of a language you need of course much more complicated methods, but having some kind of sort that somehow makes sense for some technical applications that can be performed by something that was written for ASCII is already very nice.
@amykathleen2
@amykathleen2 9 жыл бұрын
Just want to mention, not that people probably care, that Korean actually has a phonetic alphabet, unlike Chinese and Japanese. The letters do arrange into syllable blocks (e.g. ㅎ[h]+ㅏ[a]+ㄴ[n]+ㄱ[g]+ㅜ[u]+ㄱ[k]=한국[Hanguk, meaning Korea]), so I'm not sure if individual letters are encoded or if entire syllable blocks are encoded, but it is an alphabet nonetheless.
@SexyStarfleet
@SexyStarfleet 9 жыл бұрын
I didn't know that. I remember studying Korea in world history and how it was very different from Japan and China. I guess I never thought about the language being that different. That's cool, and I'm sure it makes keyboards easy for you guys :)
@amykathleen2
@amykathleen2 9 жыл бұрын
Yeah, it's pretty cool. I'm a Korean-language learner, and I mastered Korean touch-typing (on an American keyboard, no less) in about a month. :) The Korean alphabet, called Hangeul, was invented by a team of scholars led by King Sejong the Great in 1443 so Koreans wouldn't have to use Chinese characters to write anymore. Whenever I talk to a Korean and the topic of Chinese characters comes up, I always tell them, "I'm very grateful for King Sejong!"
@raizin4908
@raizin4908 9 жыл бұрын
amykathleen2 You might not care, but Japanese texts have a large number of phonetic "letters" as well, unlike Chinese. Although it's technically not an alphabet but a syllabary. (Each "letter" signifying a syllable, rather than a "sound") Japanese uses a mix of phonetic and non-phonetic characters, and for a significant number of words both phonetic and non-phonetic spellings are common. It's also entirely possible to write any Japanese sentence fully in phonetic characters, but it's practically impossible to make a proper sentence without them. (Although it should be noted most sentences, especially more complex ones, would be significantly harder to read were they written fully phonetically.) In a modern Japanese sentence such as this: これは日本語での例文である。 all the curly characters (これは での である) are phonetic, and the more rigid/angled characters (日本語 例文) are usually non-phonetic characters, often identical to characters used in Chinese (汉语 / 漢語). Although there's also a type of angled phonetic characters (カタカナ), which is usually reserved for loan words and foreign names and such. It's likely you already knew this, but I felt the need to clarify for interested uninformed passersby.
@amykathleen2
@amykathleen2 9 жыл бұрын
Raizin Yes, I did know the basics. But I didn't know that the two syllabaries had different uses and different "kinds" of shapes, that's really interesting! Some of those angled phonetic characters really look a lot like Chinese characters - like 力 and 夕. I think if that syllabary was the more common one, I wouldn't be able to tell Chinese and Japanese writing apart, as my personal rule is "Japanese is the one with the squiggly characters," haha. Thank you for sharing that information! :D
@amykathleen2
@amykathleen2 9 жыл бұрын
***** The point I was trying to make is that, since not long after the Korean war, Korean has been written almost *exclusively* using a phonetic *alphabet*. Japanese usually uses a mix of Chinese characters and syllabic characters, while Chinese usually uses Chinese characters exclusively. In modern Korean, Chinese characters are only used in high-level texts, such as medical or legal journals. Everything else is written using the Korean alphabet (which, again, is *not* a syllabary, unlike bopomofo and kana, and is *not* based on borrowed letters, unlike pinyin). Many Koreans can't even write their own names using Chinese characters. So I made my comment to correct the fact that, in the video, he listed several alphabets (English, Cyrillic, Arabic), and then said, "Japanese, Chinese, and Korean characters." This is wrong; Korean uses an alphabet and should have been listed with the alphabets if it was to be listed at all.
@TheBoxOfBeats
@TheBoxOfBeats 10 жыл бұрын
6:30 -- 01100001 is not 'A' and its not 65, its 97 / 'a' . Or am I wrong?
@douggwyn9656
@douggwyn9656 9 жыл бұрын
The original version of UTF-8 was invented by Thompson and Pike for use in Plan 9 from Bell Labs. There were already ISO standards for character encoding; ISO 10646 is the master character compendium and assigns codes throughout a 31-bit range. I was impressed enough with the Plan 9 scheme that I promoted it in my C Standards column in the Journal of C Language Translation. The advantages of UTF-8 covered in this video helped its adoption by many applications needing to support an international character set. By the way, Plan 9 only implemented the 16-bit range, although the full scheme can encode any 31-bit pattern. The current IETF RFC3629 unnecessarily constrains UTF-8 to 16 bits. I'm at the beginning of the process of trying to undo those restrictions.
@iemobile930
@iemobile930 8 жыл бұрын
This is interesting Doug. I plan to watch this later. Happy 4th to you too.
@squgeim
@squgeim 9 жыл бұрын
Tom Scott is the James Grime of Computerphile!
@chandragie
@chandragie 5 ай бұрын
This video showed up to me in Dec 2023, 10 years later from when this video launched. And I'm still amazed on how this guy explained it 👍👍
@benjaminfoo9270
@benjaminfoo9270 10 жыл бұрын
I've never seen a guy explaining utf8 so well and so excited like this fellow here - really great job
@Computerphile
@Computerphile 10 жыл бұрын
See the "extra bits" film for a further explanation! (link in the description) >Sean
@taserianAlephNull
@taserianAlephNull 8 жыл бұрын
This was an excellent presentation. Thank you for making it so understandable! I do have a very minor quibble. At 7:18, there's an error; in a 2 byte Unicode character, having 11 bits available (5 from the header, and 6 from the continuation) will only allow you to get values up to 2048, not 4096.
@devjock
@devjock 10 жыл бұрын
Are you listening to me Neo, or are you distracted by "Woman in the red jeans" 5:40 Great explanation!
@mehrosenasir9974
@mehrosenasir9974 Жыл бұрын
I remember when I watched this video for the first time back in 2018, didn't make any sense to me. Now I can understand how beautifully he explains the complete journey started from Ascii to UTF 8.
@samuvisser
@samuvisser 5 жыл бұрын
I watched this video like 5 times over a long period now. Keep coming back to it, I so love the explanation and the storytelling!
@nameredacted1242
@nameredacted1242 2 жыл бұрын
For a restaurant setup, this is BIZARRELY informational and useful. So strange!!!
@Computerphile
@Computerphile 10 жыл бұрын
There will be more with Tom :) >Sean
@rlamacraft
@rlamacraft 10 жыл бұрын
Love this guy's enthusiasm and this type of video converting the odd bits of computing like how number phill covers the odd bits of maths rather than teach a full course in those subjects
@manogilissen
@manogilissen 10 жыл бұрын
7:17 Why does he say 4096? You can use 5+6 = 11 bits so wouldn't that be 2^11 = 2048?
@DaChilla1
@DaChilla1 8 жыл бұрын
Holy shit, this guy is freaking enthusiastic about it. But he has a point.... I only recently learned the way UTF-8 works and I gotta say, this is some freaking genius hack.
@dunx125
@dunx125 10 жыл бұрын
This guy is brilliant at explaining things, please feature him more often!
@another-person-on-youtube
@another-person-on-youtube 3 жыл бұрын
This was unironically riveting for me. I'm amazed at the incredibly clever solutions that make up the foundations of mundane computer operation.
@ronanderson1023
@ronanderson1023 9 жыл бұрын
Thank you so much for sharing so much detailed information! I always thought of bits and bytes to be something i'll never be interester in, but frankly, this stuff is getting really interesting the more you into it. Greetings and all the best!
@TheBreadCatt
@TheBreadCatt 10 жыл бұрын
If you could do more with Tom Scott that would be amazing. I love his videos and these videos, so combining them is just awesome!
@joeserneem853
@joeserneem853 10 жыл бұрын
I really like Tom Scott's way of explaining.
@bulman07
@bulman07 8 жыл бұрын
Was this filmed in the St Pancras Hotel?
@Computerphile
@Computerphile 8 жыл бұрын
Yep
@Computerphile
@Computerphile 7 жыл бұрын
***** actually this is just their public bar, our filming location fell through and they were kind enough to let us film there. Anyone can go in >Sean
@joedeshon
@joedeshon 4 жыл бұрын
Definitely one of my favorite Tom Scott videos!
@policello1980
@policello1980 4 жыл бұрын
Great video, I really like the close-discussion format !
@lpatrasco
@lpatrasco 4 жыл бұрын
Such an incredible enthusiasm just for UTF-8! I’d like to hear you speaking about quantum entanglement 🥴
@m_jacko12
@m_jacko12 10 жыл бұрын
this was one of the best videos on this channel, i loved it
@GunjanBagayatkar
@GunjanBagayatkar 9 жыл бұрын
Very interesting & informative video. Explained in detail and still very easy to understand. Thanks for uploading. Keep up the good work guys...
@RedPandad
@RedPandad 5 жыл бұрын
For the people wanting to know where this vid was taken it in a cafe called the booking office in St Pancras station I know because I have been there once it's pretty popular
@aatheus
@aatheus 10 жыл бұрын
That is actually a very good explanation of UTF-8! I had wondered how the continuation bytes worked for a long time.
@blindshiva2826
@blindshiva2826 5 жыл бұрын
Thanks for the history lesson. It is always interesting to remember how we got to where we are today.
@Niki_0001
@Niki_0001 10 жыл бұрын
It's always interesting to listen to someone who's that passionate, or at least sounds passionate. Even if you don't care about the subject at hand, it somehow becomes interesting when person speaking is passionate about it!
@chridal
@chridal 10 жыл бұрын
This guy is a LOT of fun. He's so enthusiastic! Please have him on again!
@LIES666
@LIES666 10 жыл бұрын
It's always nice when you're watching one of Brady's channels and someone from a completely unrelated channel you subscribe to turns up.
@Carutsu
@Carutsu 10 жыл бұрын
UTF has to be one o the most beautiful solutions I´ve ever seen. Loved it since I translated the unicode page.
@fabioampe
@fabioampe 10 жыл бұрын
You talk with so much passion about the subject. I think that's really beautifull. I bet Even someone who doesn't understand a sh** about computers will know how important it was.
@sonodrome
@sonodrome 10 жыл бұрын
Hey Tom! Fancy seeing you here :) Great to see you on ye olde Computerphile. Maybe catch you at the next TDC! Loving the video empire Brady, thanks for bringing us a slice of Tom - Jim.
@user-bd5ln2ex6r
@user-bd5ln2ex6r Жыл бұрын
Thank you for providing Korean subtitles. You explained it so well that I could understand it well. Thank you.
@jlamothe2
@jlamothe2 4 жыл бұрын
Another advantage of UTF-8 that wasn't mentioned is that if you want to sort strings by Unicode value, you can just treat it as though each byte were a separate character, and it'll just work. The only real downside to UTF-8 is that you can't seek out a character at a specific index without walking the entire string character by character.
@lexbailey
@lexbailey 10 жыл бұрын
This is one of the best computerphile videos. This is the sort of topic explained at the right level to be interesting to most people who (I suspect) subscribe here. Good work!
@megaelliott
@megaelliott 10 жыл бұрын
UTF-8 is love, UTF-8 is life.
@Dinoguy1000
@Dinoguy1000 10 жыл бұрын
This makes me think of the error-checking header used in PNG files, really a quite clever piece of work that I'd love to see a video on. =)
@raditz2488
@raditz2488 4 жыл бұрын
In depth explanation. He also shares a cool way to remember what A's and a's codepoints are.
@lcdvasrm
@lcdvasrm 8 жыл бұрын
cameraman, please take a seat
@torlack
@torlack 10 жыл бұрын
There are problems with UTF8. For languages that aren't latin1 based, UTF8 can often take more space than UTF16 or ucs2. When we localize our games for Asian languages, we usually use ucs2 instead of UTF8. We have so much dialog that we have to be careful. Also, for those who said UTF16 is the same as ucs2, it isn't,. Ucs2 is a character set while UTF16 is an encoding. UTF16 supports many more code points that aren't in ucs2
@MixedTacticsGamer
@MixedTacticsGamer 10 жыл бұрын
More of this guy please! He's awesome, really great speaker!
@endermannull4420
@endermannull4420 Жыл бұрын
bingeing computerphile on halloween is a mood
@diogoj95
@diogoj95 10 жыл бұрын
5:38 i see what you did there xD
@arzenn_
@arzenn_ 7 жыл бұрын
I learn more here than my software lessons
@RedEyedJedi
@RedEyedJedi 6 жыл бұрын
This is literally the first video I have seen with Tom Scott in and I absolutely love his passion. I think there should be a standard for a lot more things too. What side of the road we all drive on for a start. Power sockets and the actual powers supply itself. Phone chargers etc.
@ominousplatypus380
@ominousplatypus380 2 жыл бұрын
Am I misunderstanding something or is there an error at 6:30? Shouldn't that be 97 or a lower case 'a'?
@Jessassin
@Jessassin 10 жыл бұрын
This is the sort if thing I subbed for. Thank you :)
@xway2
@xway2 10 жыл бұрын
This guy's personal channel is in the description. I just checked it out and it's really amazing. You should too.
@BGroothedde
@BGroothedde 10 жыл бұрын
Man... I love these videos, I love all the videos by you.
@CBaggers
@CBaggers 10 жыл бұрын
Love this guy's passion, great video
@Cathal1992edition
@Cathal1992edition 9 жыл бұрын
Love the enthusiasm! :)
@AndersGustafsson87
@AndersGustafsson87 10 жыл бұрын
Brady, please bring this guy on computerphile many more times! and nice restaurant btw :)
@resonance2001
@resonance2001 10 жыл бұрын
I like UTF-8 too. It's very useful. I quite like UTF-16 for encoding foreign words in RAM. I wrote a special text editor for writing in different languages and I found UTF-8 to be perfect for saving the text files.
@coreyaudet8574
@coreyaudet8574 4 жыл бұрын
This schooled me. Great information. Thank you! I just subbed.
@dospy1
@dospy1 10 жыл бұрын
i love this guy's enthusiasm. great video
@ChrisDuncanCodeCow
@ChrisDuncanCodeCow 10 жыл бұрын
Thanks for this! Character encoding always confused me; this video explained UTF pretty well to me.
@plutoniumseller
@plutoniumseller 10 жыл бұрын
I have been waiting for something on Unicode/UTF-8. THANK YOU, COMPUTERPHILE!
@freeman1884
@freeman1884 4 жыл бұрын
Patiently watched twice and understood it very well, thanks!
@DarrylCollins
@DarrylCollins 9 жыл бұрын
Very interesting video explainer. I learnt something new today! (Particularly like the crash zoom at 5:42 to see girl in red pants!)
@iabervon
@iabervon 10 жыл бұрын
Another tiny correction: at 1:53, he says a space is all zeros; actually, a space is 0100000 = 32 = 0x20. As he mentions later, all zeros is "end of string".
@BorealSelfReliance
@BorealSelfReliance 10 жыл бұрын
Great Vid! one of my most fave vids from this channel.
@puncheex2
@puncheex2 10 жыл бұрын
historical note: Before ASCII there was 5 bit teletype code (upper case only), binary coded decimal (BCD), which was a 6 bit code, and extended BCD interchange code (EBCDIC), an 8 bit code. BCD and EBCDIC were IBM standards adopted by the industry. All used the "trick" of having the letters in collating order; it was the basis for punch card computing.
@jamesmax
@jamesmax 10 жыл бұрын
Why dose UTF-8 go up to 1111110X and not 11111110?
@marty34534
@marty34534 10 жыл бұрын
You explained that so clearly, well done! I agree its brilliant
@qubei
@qubei 10 жыл бұрын
The escape arrow (←) isn't from ASCII, it's in Code Page 437 (the MS DOS or OEM font) and shares the same position as ASCII's ESC code. In Unicode that arrow symbol is mapped to U+2190, which is 3 characters in binary: 11100010:10000110:10010000, and kept separate from the ESC control character (27 or 0x1B)
@ltericdavis2237
@ltericdavis2237 10 жыл бұрын
Finally I get an explanation! I've been wondering about this.
@harrytaller9403
@harrytaller9403 5 жыл бұрын
thanx Computerphile for explaining utf8 , user tried to understand from wiki but could not do it, u make everything simple
@DynamixWarePro
@DynamixWarePro 10 жыл бұрын
Would like to see more videos with Tom! BTW, I love these videos, but one thing I don't like so much is the camera movement at times, so if you don't use one, could you put the camera on a tripod for some parts of an interview? I know it wouldn't work when you have to look at something someone is writing or holding or doing, but for when the camera is focused on someone, it to me would be better to have the camera more stable.
@DamoonBlu
@DamoonBlu Жыл бұрын
I don't even want to think about the stress of allocating every symbol with a number, but great video!
@veloxsouth
@veloxsouth 10 жыл бұрын
This is the first computerphile video I didn't hate. Well done.
@lierdakil
@lierdakil 7 жыл бұрын
"[...] we don't have mojibake, [...] we have something that nearly works" - Tom Scott, 2013. I absolutely adore this "nearly" thing.
@ButzPunk
@ButzPunk 10 жыл бұрын
Finally, someone who loves UTF-8 and Unicode as much as me!
@jasonarmani2056
@jasonarmani2056 10 жыл бұрын
I really like this guy. I'd love to see him on more computerphile videos :)
@rastajedi420
@rastajedi420 9 жыл бұрын
I'm still not sure I understand how a UTF-8 encoded file (with characters *other* than ASCII characters) would show up in something that is only ASCII compatible?
@_wouter52
@_wouter52 10 жыл бұрын
This was great! I like this guy and the episodes become better and better!
@cmroosen
@cmroosen 5 ай бұрын
Great explanation, love his enthusiasm
@akai454
@akai454 10 жыл бұрын
Neat , this functionality kind of reminds Me of the "Dewey Decimal" System , but has many compatibility / conversion abilities , and other stuff (understatement) . I think this will be #1 for a looooooong time . I'm proud to be a part of the Species that came up with this idea , heh lol .
@Jemppu
@Jemppu 6 жыл бұрын
I liked this one - Tom seemed genuinely hyped all the way through, and didn't once resort to that "frustrated sigh" schtick, which can quickly get quite... frustrating :P
@delboytrotter77
@delboytrotter77 3 жыл бұрын
I am now expecting to see your next video on a quiet beach in the Caribbean next.
@clairevicidomini3199
@clairevicidomini3199 6 жыл бұрын
gotta love the passion of this guy :)
@theroztube
@theroztube 10 жыл бұрын
perfect explanation! Thanks for that.
@Niosus
@Niosus 10 жыл бұрын
Hacks can also be seen as a trick to circumvent limitations. The most important part is the fact that it was not intended to happen as you said. In code it usually refers to code that fixes an issue in a weird way. This can be good or bad just like any other piece of code. In this case it circumvents the limitations of backwards compatibility with ASCII in a very elegant way.
@y2kartike
@y2kartike 10 жыл бұрын
@6:28 that's 97, not 65; so "a" not "A". Same concept though. Brilliant video.
Man in the Middle Attacks & Superfish - Computerphile
13:29
Computerphile
Рет қаралды 1 МЛН
Emoji and the Levitating Businessman - Computerphile
10:23
Computerphile
Рет қаралды 501 М.
Não pode Comprar Tudo 5
00:29
DUDU e CAROL
Рет қаралды 85 МЛН
Nonomen funny video😂😂😂 #magic
00:27
Nonomen ノノメン
Рет қаралды 16 МЛН
The Attack That Could Disrupt The Whole Internet - Computerphile
9:50
Computerphile
Рет қаралды 1,5 МЛН
After ten years, it's time to stop weekly videos.
8:11
Tom Scott
Рет қаралды 10 МЛН
58 and other Confusing Numbers - Numberphile
9:55
Numberphile
Рет қаралды 2,1 МЛН
Cracking Websites with Cross Site Scripting - Computerphile
8:34
Computerphile
Рет қаралды 1,5 МЛН
The Art of the Bodge: How I Made The Emoji Keyboard
17:15
Tom Scott
Рет қаралды 3,3 МЛН
Unicode Encoding! UTF-32, UCS-2, UTF-16, & UTF-8!
25:04
EmNudge
Рет қаралды 44 М.
Has Generative AI Already Peaked? - Computerphile
12:48
Computerphile
Рет қаралды 174 М.
Why C is so Influential - Computerphile
10:50
Computerphile
Рет қаралды 1,9 МЛН
The Problem with Time & Timezones - Computerphile
10:13
Computerphile
Рет қаралды 4 МЛН