Computer Science
Convert the following Octal number to its Hexadecimal equivalent:
(1554.115)8
Number System
17 Likes
Answer
Octal Number | Binary Equivalent |
---|---|
4 | 100 |
5 | 101 |
5 | 101 |
1 | 001 |
. | |
1 | 001 |
1 | 001 |
5 | 101 |
(1554.115)8 = (001101101100.001001101)2
Grouping in bits of 4:
Binary Number | Equivalent Hexadecimal |
---|---|
1100 | C (12) |
0110 | 6 |
0011 | 3 |
. | |
0010 | 2 |
0110 | 6 |
1000 | 8 |
Therefore, (1554.115)8 = (36C.268)16
Answered By
5 Likes
Related Questions
Convert the following Binary number to its Hexadecimal equivalent:
(11001110.00100111)2
Convert the following Binary number to its Hexadecimal equivalent:
(10010110.00111110)2
Convert the following Octal number to its Hexadecimal equivalent:
(7013.2011)8
Convert the following Hexadecimal number to its Binary equivalent followed by Octal equivalent:
(ABC)16