Slide 10
Slide 10 text
Encoding to UTF
Convert Unicode to UTF-8
● Code point < 128, each byte is the same as the value of the code point
● Code point >= 128, it’s turned into a sequence of two, three, or four
bytes, where each byte of the sequence is between 128 and 255.