I planned to do exercises on generating UTF-8 and on Huffman coding. However the UTF-8 proved tricker than we expected, so we will do the Huffman in the next class.
We converted the following to UTF-8, but it took us a while to figure out how do deal with padding zeros.
1F498
11110000:10011111:10010010:10011000
f09f9298
1F46B
11110000:10011111:10010001:10101011
f09f91ab
1F600
11110000:10011111:10011000:10000000
f09f9880
Tuesday, February 24, 2015
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment