This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
Fill in the number with missing zeros on the left
Fill in the number with missing zeros on the right
let\'s do a direct translation from binary to hexadecimal like this:
011110101100.101001002 = 0111 1010 1100. 1010 0100 = 0111(=7) 1010(=A) 1100(=C). 1010(=A) 0100(=4) = 7AC.A416
the Final answer: 011110101100.101001002 = 7AC.A416
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙211+1∙210+1∙29+1∙28+1∙27+0∙26+1∙25+0∙24+1∙23+1∙22+0∙21+0∙20+1∙2-1+0∙2-2+1∙2-3+0∙2-4+0∙2-5+1∙2-6+0∙2-7+0∙2-8 = 0∙2048+1∙1024+1∙512+1∙256+1∙128+0∙64+1∙32+0∙16+1∙8+1∙4+0∙2+0∙1+1∙0.5+0∙0.25+1∙0.125+0∙0.0625+0∙0.03125+1∙0.015625+0∙0.0078125+0∙0.00390625 = 0+1024+512+256+128+0+32+0+8+4+0+0+0.5+0+0.125+0+0+0.015625+0+0 = 1964.64062510
got It: 011110101100.101001002 =1964.64062510
Translate the number 1964.64062510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
1964 | 16 | | |
-1952 | 122 | 16 | |
C | -112 | 7 | |
| A | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 640625*16 |
A | .25*16 |
4 | .0*16 |
the result of the conversion was:
1964.64062510 = 7AC.A416
the Final answer: 011110101100.101001002 = 7AC.A416