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:
5∙82+6∙81+5∙80+4∙8-1 = 5∙64+6∙8+5∙1+4∙0.125 = 320+48+5+0.5 = 373.510
got It: 565.48 =373.510
Translate the number 373.510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
373 | 16 | | |
-368 | 23 | 16 | |
5 | -16 | 1 | |
| 7 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
0. | 5*16 |
8 | .0*16 |
the result of the conversion was:
373.510 = 175.816
answer: 565.48 = 175.816
now let\'s make the transfer using the decimal system.
let\'s do a direct translation from octal to binary like this:
565.48 = 5 6 5. 4 = 5(=101) 6(=110) 5(=101). 4(=100) = 101110101.1002
answer: 565.48 = 101110101.12
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:
000101110101.10002 = 0001 0111 0101. 1000 = 0001(=1) 0111(=7) 0101(=5). 1000(=8) = 175.816
answer: 000101110101.10008 = 175.816