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:
43216 = 4 3 2 = 4(=0100) 3(=0011) 2(=0010) = 100001100102
answer: 43216 = 100001100102
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
4∙162+3∙161+2∙160 = 4∙256+3∙16+2∙1 = 1024+48+2 = 107410
got It: 43216 =107410
Translate the number 107410 в binary like this:
the Integer part of the number is divided by the base of the new number system:
1074 | 2 | | | | | | | | | | |
-1074 | 537 | 2 | | | | | | | | | |
0 | -536 | 268 | 2 | | | | | | | | |
| 1 | -268 | 134 | 2 | | | | | | | |
| | 0 | -134 | 67 | 2 | | | | | | |
| | | 0 | -66 | 33 | 2 | | | | | |
| | | | 1 | -32 | 16 | 2 | | | | |
| | | | | 1 | -16 | 8 | 2 | | | |
| | | | | | 0 | -8 | 4 | 2 | | |
| | | | | | | 0 | -4 | 2 | 2 | |
| | | | | | | | 0 | -2 | 1 | |
| | | | | | | | | 0 | | |
|
the result of the conversion was:
107410 = 100001100102
answer: 43216 = 100001100102