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 right
let\'s do a direct translation from binary to hexadecimal like this:
0111.1011.01110002 = 0111. 1011 .011 1000 = 0111(=7). 1011(=B) .011(=3) 1000(=8) = 7.B3816
answer: 0111.1011.01110002 = 7.B3816
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙23+1∙22+1∙21+1∙20+1∙2-1+0∙2-2+1∙2-3+1∙2-4+.∙2-5+0∙2-6+1∙2-7+1∙2-8+1∙2-9+0∙2-10+0∙2-11+0∙2-12 = 0∙8+1∙4+1∙2+1∙1+1∙0.5+0∙0.25+1∙0.125+1∙0.0625+.∙0.03125+0∙0.015625+1∙0.0078125+1∙0.00390625+1∙0.001953125+0∙0.0009765625+0∙0.00048828125+0∙0.000244140625 = 0+4+2+1+0.5+0+0.125+0.0625+0+0+0.0078125+0.00390625+0.001953125+0+0+0 = 7.70117187510
got It: 0111.1011.01110002 =7.70117187510
Translate the number 7.70117187510 в hexadecimal like this:
the Fractional part of the number is multiplied by the base of the new number system:
 |
0. | 701171875*16 |
B | .21875*16 |
3 | .5*16 |
8 | .0*16 |
the result of the conversion was:
7.70117187510 = 7.B3816
answer: 0111.1011.01110002 = 7.B3816