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:
053216 = 0 5 3 2 = 0(=0000) 5(=0101) 3(=0011) 2(=0010) = 101001100102
answer: 053216 = 101001100102
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙163+5∙162+3∙161+2∙160 = 0∙4096+5∙256+3∙16+2∙1 = 0+1280+48+2 = 133010
got It: 053216 =133010
Translate the number 133010 в binary like this:
the Integer part of the number is divided by the base of the new number system:
1330 | 2 | | | | | | | | | | |
-1330 | 665 | 2 | | | | | | | | | |
0 | -664 | 332 | 2 | | | | | | | | |
| 1 | -332 | 166 | 2 | | | | | | | |
| | 0 | -166 | 83 | 2 | | | | | | |
| | | 0 | -82 | 41 | 2 | | | | | |
| | | | 1 | -40 | 20 | 2 | | | | |
| | | | | 1 | -20 | 10 | 2 | | | |
| | | | | | 0 | -10 | 5 | 2 | | |
| | | | | | | 0 | -4 | 2 | 2 | |
| | | | | | | | 1 | -2 | 1 | |
| | | | | | | | | 0 | | |
|
the result of the conversion was:
133010 = 101001100102
answer: 053216 = 101001100102