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:
00011000.10102 = 0001 1000. 1010 = 0001(=1) 1000(=8). 1010(=A) = 18.A16
answer: 00011000.10102 = 18.A16
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙27+0∙26+0∙25+1∙24+1∙23+0∙22+0∙21+0∙20+1∙2-1+0∙2-2+1∙2-3+0∙2-4 = 0∙128+0∙64+0∙32+1∙16+1∙8+0∙4+0∙2+0∙1+1∙0.5+0∙0.25+1∙0.125+0∙0.0625 = 0+0+0+16+8+0+0+0+0.5+0+0.125+0 = 24.62510
got It: 00011000.10102 =24.62510
Translate the number 24.62510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
24 | 16 | |
-16 | 1 | |
8 | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 625*16 |
A | .0*16 |
the result of the conversion was:
24.62510 = 18.A16
answer: 00011000.10102 = 18.A16