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:
0000100111002 = 0000 1001 1100 = 0000(=0) 1001(=9) 1100(=C) = 09C16
answer: 0000100111002 = 09C16
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙211+0∙210+0∙29+0∙28+1∙27+0∙26+0∙25+1∙24+1∙23+1∙22+0∙21+0∙20 = 0∙2048+0∙1024+0∙512+0∙256+1∙128+0∙64+0∙32+1∙16+1∙8+1∙4+0∙2+0∙1 = 0+0+0+0+128+0+0+16+8+4+0+0 = 15610
got It: 0000100111002 =15610
Translate the number 15610 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
| 156 | 16 | |
| -144 | 9 | |
| C | | |
 |
the result of the conversion was:
15610 = 9C16
answer: 0000100111002 = 9C16