Computer Science
Convert the following hexadecimal numbers to binary:
(a) 23D
(b) BC9
(c) 9BC8
Number System
33 Likes
Answer
(a) 23D
Hexadecimal Number | Binary Equivalent |
---|---|
D (13) | 1101 |
3 | 0011 |
2 | 0010 |
(23D)16 = (1000111101)2
(b) BC9
Hexadecimal Number | Binary Equivalent |
---|---|
9 | 1001 |
C (12) | 1100 |
B (11) | 1011 |
(BC9)16 = (101111001001)2
(c) 9BC8
Hexadecimal Number | Binary Equivalent |
---|---|
8 | 1000 |
C (12) | 1100 |
B (11) | 1011 |
9 | 1001 |
(9BC8)16 = (1001101111001000)2
Answered By
12 Likes
Related Questions
Convert the following hexadecimal numbers to binary:
(a) A6
(b) A07
(c) 7AB4
Convert the following decimal numbers to octal:
(a) 19
(b) 122
(c) 161
(d) 0.675
Convert the following binary numbers to hexadecimal:
(a) 10011011101
(b) 1111011101011011
(c) 11010111010111
Convert the following binary numbers to hexadecimal:
(a) 1010110110111
(b) 10110111011011
(c) 0110101100