Question: For this assignment you will be encoding and decoding the most fundamental aspect of computer languages, bits. You will need to reference the following ASCII


For this assignment you will be encoding and decoding the most fundamental aspect of computer languages, bits. You will need to reference the following ASCII table: 2) Give the binary representation for each ASCII value in \#1 above. Transfer your answer from the first three rows in \#1 above to the first column. 3) Fill in the chart with the proper hexadecimal or binary values. and might also need to use the table of Powers of 2 given below: 4) Decode the binary message and show it in ASCII characters. (Note: There are typos in the answer, so don't make assumptions...) You might find it easier to convert to Hexadecimal first. 010101000110100001101001011100110010000001000001010100110100001101001001 You may NOT access any Unicode or UTF-8 encoding table for the following questions: 001000000110000101010011011100110110100101100111011011100110110101100101 6) The unicode character: 011101000010000001101001011100110010000001110100011000010110101101101110 010001110010000001110100011011110110111101001111001000000100110001001111 01001110010001110010000100110001 T Message in ASCII: is called "Cyrillic Capital Letter Te with Descender." Its unicede value is 1196 decimal. Give its UTF-8 encodings in: Hexadecimal - 5) Convert the following message to Hexadecimal values. (Leave spaces between each value.) CS110 at GMU is so much fun! Binary- Message in Hexadecimal. 7) The character below, Sinhala Letter Kantaja Naasikvaxa, is encoded into a UTF-8 Hexadecimal encoding as 0xE0B69E. Q Give the character's ynicode value in hexadecimal (U+XXXX). In other words, extract the bits that represent the character from the UTF-8 encoding, and state the value represented by those bits in hexadecimal. Convert the above decoded Unicode value in decimal. For this assignment you will be encoding and decoding the most fundamental aspect of computer languages, bits. You will need to reference the following ASCII table: 2) Give the binary representation for each ASCII value in \#1 above. Transfer your answer from the first three rows in \#1 above to the first column. 3) Fill in the chart with the proper hexadecimal or binary values. and might also need to use the table of Powers of 2 given below: 4) Decode the binary message and show it in ASCII characters. (Note: There are typos in the answer, so don't make assumptions...) You might find it easier to convert to Hexadecimal first. 010101000110100001101001011100110010000001000001010100110100001101001001 You may NOT access any Unicode or UTF-8 encoding table for the following questions: 001000000110000101010011011100110110100101100111011011100110110101100101 6) The unicode character: 011101000010000001101001011100110010000001110100011000010110101101101110 010001110010000001110100011011110110111101001111001000000100110001001111 01001110010001110010000100110001 T Message in ASCII: is called "Cyrillic Capital Letter Te with Descender." Its unicede value is 1196 decimal. Give its UTF-8 encodings in: Hexadecimal - 5) Convert the following message to Hexadecimal values. (Leave spaces between each value.) CS110 at GMU is so much fun! Binary- Message in Hexadecimal. 7) The character below, Sinhala Letter Kantaja Naasikvaxa, is encoded into a UTF-8 Hexadecimal encoding as 0xE0B69E. Q Give the character's ynicode value in hexadecimal (U+XXXX). In other words, extract the bits that represent the character from the UTF-8 encoding, and state the value represented by those bits in hexadecimal. Convert the above decoded Unicode value in decimal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
