convert 1101 1100111 to hexadecimal
Answers
Answered by
0
Explanation:
Number Base Converter
1100111
=
67
(1100111)2 = (67)16
Step by step solution
Step 1: Write down the binary number:
01100111
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:
0110 0111
Step 3: Use the table below to convert each set of three into an hexadecimal digit:
0110 = 6, 0111 = 7
So, 67 is is the hexadecimal equivalent to the decimal number 1100111.
To convert from binary to hexadecimal use the following table:
Bin: 0000 0001 0010 0011 0100 0101 0110 0111
Hexa: 0 1 2 3 4 5 6 7
Bin: 1000 1001 1010 1011 1100 1101 1110 1111
Hexa: 8 9 A B C D E F
hope it helps!!!
Similar questions