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