Question: 1. (10 points) UTF-8: Answer the following questions associated with UTF-8 Code point UTF-8 conversion First code point Last code point Byte 1 Byte 2

1. (10 points) UTF-8: Answer the following questions associated with UTF-8 Code point UTF-8 conversion First code point Last code point Byte 1 Byte 2 Byte 3 Byte 4 U+0000 U+007F @XXXXXXX U+0080 U+07FF 110xxxxx 10XXXXXX U+0800 U+FFFF 1110xxxx 10XXXXXX 10XXXXXX U+10000 Inb3lU+10FFFF 11110xxx 18xxxxxX 10xxxxxx 10XXXXXX a. Is the ASCII encoding a subset of UTF-8 encoding? b. What is a stop bit? c. Provide the unary encoding for the number 4? d. How can you determine if a byte is either the 2nd, 3rd, or 4* byte in an encoding? e. What is the maximum number of characters that can be encode via this encoding scheme? (Your answer can be express as a power of 2, c.g., 24)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
