✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Complete the questions below based on the following encoding table.
The table contains 128 different characters, numbered from 0 to 127. Note how the characters of the English alphabet are not listed in the usual order. However, the order of lower-case and upper-case characters is the same: The table lists the lower-case characters first (starting with e, s, m, ...), followed by some symbols and then the upper-case characters (E, S, M, ...).
For each character, you are given its hexadecimal code. For example, the character ] has hex code 10.
! 00 j 20 5 40 … 60
@ 01 o 21 6 41 æ 61
# 02 f 22 7 42 “ 62
$ 03 v 23 8 43 ‘ 63
% 04 w 24 9 44 « 64
^ 05 l 25 0 45 » 65
& 06 i 26 E 46 ™ 66
* 07 t 27 S 47 £ 67
( 08 k 28 M 48 ¢ 68
) 09 q 29 G 49 € 69
- 0a a 2a R 4a ∞ 6a
+ 0b z 2b B 4b § 6b
= 0c d 2c Y 4c ¶ 6c
{ 0d c 2d U 4d • 6d
} 0e h 2e X 4e ª 6e
[ 0f " 2f P 4f º 6f
] 10 < 30 N 50 ≠ 70
∫ 11 > 31 J 51 ± 71
\ 12 , 32 O 52 ‡ 72
: 13 . 33 F 53 | 73
; 14 / 34 V 54 74
e 15 ? 35 W 55 ¯ 75
s 16 ` 36 L 56 ˘ 76
m 17 ~ 37 I 57 ¿ 77
g 18 ≤ 38 T 58 Ú 78
r 19 ≥ 39 K 59 Æ 79
b 1a ÷ 3a Q 5a µ 7a
y 1b 0 3b A 5b © 7b
u 1c 1 3c Z 5c ® 7c
x 1d 2 3d D 5d ¬ 7d
p 1e 3 3e C 5e √ 7e
n 1f 4 3f H 5f ≈ 7f
Convert the letters of the word "Swan " into the corresponding character codes from the table above. The final letter has already been converted for you. You can look up the hexadecimal code in the table. Then convert the code into the different number representations (decimal, binary, octal) by hand.
Enter each number without leading zeros, and without type indicators such as 0x or 0b.
Character | Hex | Decimal | Binary |
---|---|---|---|
S | |||
w | |||
a | |||
n | 1f | 31 | 11111 |
Decode the following 4-letter word. Each character is given in binary notation. Convert the binary to hexadecimal and then look up the character in the encoding table above.
Binary | Hex | Character |
---|---|---|
1011101 | ||
100001 | ||
100011 | ||
10101 |
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!