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:
2∙82+0∙81+7∙80+1∙8-1 = 2∙64+0∙8+7∙1+1∙0.125 = 128+0+7+0.125 = 135.12510
got It: 207.18 =135.12510
Translate the number 135.12510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
135 | 16 | |
-128 | 8 | |
7 | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 125*16 |
2 | .0*16 |
the result of the conversion was:
135.12510 = 87.216
answer: 207.18 = 87.216
now let\'s make the transfer using the decimal system.
let\'s do a direct translation from octal to binary like this:
207.18 = 2 0 7. 1 = 2(=010) 0(=000) 7(=111). 1(=001) = 010000111.0012
answer: 207.18 = 10000111.0012
Fill in the number with missing zeros on the right
let\'s do a direct translation from binary to hexadecimal like this:
10000111.00102 = 1000 0111. 0010 = 1000(=8) 0111(=7). 0010(=2) = 87.216
answer: 10000111.00108 = 87.216