This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
let\'s do a direct translation from hexadecimal to binary like this:
889716 = 8 8 9 7 = 8(=1000) 8(=1000) 9(=1001) 7(=0111) = 10001000100101112
answer: 889716 = 10001000100101112
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
8∙163+8∙162+9∙161+7∙160 = 8∙4096+8∙256+9∙16+7∙1 = 32768+2048+144+7 = 3496710
got It: 889716 =3496710
Translate the number 3496710 в binary like this:
the Integer part of the number is divided by the base of the new number system:
34967 | 2 | | | | | | | | | | | | | | | |
-34966 | 17483 | 2 | | | | | | | | | | | | | | |
1 | -17482 | 8741 | 2 | | | | | | | | | | | | | |
| 1 | -8740 | 4370 | 2 | | | | | | | | | | | | |
| | 1 | -4370 | 2185 | 2 | | | | | | | | | | | |
| | | 0 | -2184 | 1092 | 2 | | | | | | | | | | |
| | | | 1 | -1092 | 546 | 2 | | | | | | | | | |
| | | | | 0 | -546 | 273 | 2 | | | | | | | | |
| | | | | | 0 | -272 | 136 | 2 | | | | | | | |
| | | | | | | 1 | -136 | 68 | 2 | | | | | | |
| | | | | | | | 0 | -68 | 34 | 2 | | | | | |
| | | | | | | | | 0 | -34 | 17 | 2 | | | | |
| | | | | | | | | | 0 | -16 | 8 | 2 | | | |
| | | | | | | | | | | 1 | -8 | 4 | 2 | | |
| | | | | | | | | | | | 0 | -4 | 2 | 2 | |
| | | | | | | | | | | | | 0 | -2 | 1 | |
| | | | | | | | | | | | | | 0 | | |
|
the result of the conversion was:
3496710 = 10001000100101112
answer: 889716 = 10001000100101112