D! 8 Write the UTF-8 encoding in hexadecimal for each of the characters below. D
ID: 3880791 • Letter: D
Question
D! 8 Write the UTF-8 encoding in hexadecimal for each of the characters below. Do this by first converting the decimal number for each character into binary, and then populating the necessary number of bytes with the binary digits according to the UTF-8 standard. As with the previous exercise, use only lowercase letters, use as few digits as possible, and do not include the Ox prefix. A (uppercase A, represented by the decimal number 65) ÷ (division sign, represented by the decimal number 247) 3 D! 9 2Explanation / Answer
Solution:-
A (Uppercase)
Its decimal number given is 65.,In binary A will be 01000001.
The UTF-8 encoding of A in hexadecimal will be 0041.
/(division)
Its decimal number given is 247, In binary division will be 11110111.
The UTF-8 encoding of division sign in hexadecimal will be 00F7.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.