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:
3∙82+5∙81+5∙80+5∙8-1 = 3∙64+5∙8+5∙1+5∙0.125 = 192+40+5+0.625 = 237.62510
got It: 355.58 =237.62510
Translate the number 237.62510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
237 | 16 | |
-224 | E | |
D | | |
 |
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:
237.62510 = ED.A16
answer: 355.58 = ED.A16
now let\'s make the transfer using the decimal system.
let\'s do a direct translation from octal to binary like this:
355.58 = 3 5 5. 5 = 3(=011) 5(=101) 5(=101). 5(=101) = 011101101.1012
answer: 355.58 = 11101101.1012
Fill in the number with missing zeros on the right
let\'s do a direct translation from binary to hexadecimal like this:
11101101.10102 = 1110 1101. 1010 = 1110(=E) 1101(=D). 1010(=A) = ED.A16
answer: 11101101.10108 = ED.A16