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 binary to hexadecimal like this:
0101101001012 = 0101 1010 0101 = 0101(=5) 1010(=A) 0101(=5) = 5A516
the Final answer: 0101101001012 = 5A516
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙211+1∙210+0∙29+1∙28+1∙27+0∙26+1∙25+0∙24+0∙23+1∙22+0∙21+1∙20 = 0∙2048+1∙1024+0∙512+1∙256+1∙128+0∙64+1∙32+0∙16+0∙8+1∙4+0∙2+1∙1 = 0+1024+0+256+128+0+32+0+0+4+0+1 = 144510
got It: 0101101001012 =144510
Translate the number 144510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
1445 | 16 | | |
-1440 | 90 | 16 | |
5 | -80 | 5 | |
| A | | |
 |
the result of the conversion was:
144510 = 5A516
the Final answer: 0101101001012 = 5A516