convert the binary number 110011000 to its
octal and hexadecimal equivalent
Answers
Answered by
1
Answer:
(110011000)2 = (198)16
Step by step solution
Step 1: Write down the binary number:
000110011000
Step 2: Group all the digits in sets of four starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of four:
0001 1001 1000
Step 3: Use the table below to convert each set of three into an hexadecimal digit:
0001 = 1, 1001 = 9, 1000 = 8
So, 198 is is the hexadecimal equivalent to the decimal number 110011000.
To convert from binary to hexadecimal use the following table:
Bin:00000001001000110100010101100111Hexa:01234567Bin:10001001101010111100110111101111Hexa:89ABCDEF
Similar questions
Computer Science,
1 month ago
English,
1 month ago
Biology,
1 month ago
Math,
3 months ago
Math,
3 months ago
Social Sciences,
11 months ago
Physics,
11 months ago