Advertisements
Advertisements
Question
Encode the word ‘COMPUTER’ using ASCII and convert the encoded value into binary values.
Short Note
Solution
Symbol |
ASCII |
Binary Code |
C |
67 |
1000011 |
O |
79 |
1001111 |
M |
77 |
1001101 |
P |
80 |
1010000 |
U |
85 |
1010101 |
T |
84 |
1010100 |
E |
69 |
1000101 |
R |
82 |
1010010 |
So, the binary value of the word ‘COMPUTER’ is 10000111001111100110110100001010101101010010001011010010.
shaalaa.com
Encoding Schemes and Number System - American Standard Code for Information Interchange (ASCII)
Is there an error in this question or solution?