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:
100010102 = 1000 1010 = 1000(=8) 1010(=A) = 8A16
the Final answer: 100010102 = 8A16
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
1∙27+0∙26+0∙25+0∙24+1∙23+0∙22+1∙21+0∙20 = 1∙128+0∙64+0∙32+0∙16+1∙8+0∙4+1∙2+0∙1 = 128+0+0+0+8+0+2+0 = 13810
got It: 100010102 =13810
Translate the number 13810 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
138 | 16 | |
-128 | 8 | |
A | | |
 |
the result of the conversion was:
13810 = 8A16
the Final answer: 100010102 = 8A16