This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
let\'s translate to decimal like this:
1∙82+0∙81+1∙80+1∙8-1+0∙8-2+1∙8-3 = 1∙64+0∙8+1∙1+1∙0.125+0∙0.015625+1∙0.001953125 = 64+0+1+0.125+0+0.001953125 = 65.12695312510
got It: 101.1018 =65.12695312510
Translate the number 65.12695312510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
65 | 16 | |
-64 | 4 | |
1 | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 126953125*16 |
2 | .03125*16 |
0 | .5*16 |
8 | .0*16 |
the result of the conversion was:
65.12695312510 = 41.20816
the Final answer: 101.1018 = 41.20816
now let\'s make the transfer using the decimal system.
let\'s do a direct translation from octal to binary like this:
101.1018 = 1 0 1. 1 0 1 = 1(=001) 0(=000) 1(=001). 1(=001) 0(=000) 1(=001) = 001000001.0010000012
the Final answer: 101.1018 = 1000001.0010000012
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:
01000001.0010000010002 = 0100 0001. 0010 0000 1000 = 0100(=4) 0001(=1). 0010(=2) 0000(=0) 1000(=8) = 41.20816
the Final answer: 01000001.0010000010008 = 41.20816