CS208 Introduction to Computer Systems Wednesday, 27 September 2023 Lovelace: Kai Johnson, johnsonk4@carleton.edu + UTF-8 encoding - How it works - Practicing it by hand - U+03B1 (Greek alpha) --> UTF-8 - C3 A9 --> U+???? - U+1F600 --> UTF-8 - Don't forget "hexdump -C filename" - Converters online + middle_bits, to_utf8, from_utf8 - strategies + Other questions? + int and long - sizeof(int), sizeof(long) - negative numbers + Printing a char as 0x?? https://cs.carleton.edu/faculty/jondich/courses/cs208_f23/samples/printing-bytes.c