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:
000010002 = 0000 1000 = 0000(=0) 1000(=8) = 0816
answer: 000010002 = 0816
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙27+0∙26+0∙25+0∙24+1∙23+0∙22+0∙21+0∙20 = 0∙128+0∙64+0∙32+0∙16+1∙8+0∙4+0∙2+0∙1 = 0+0+0+0+8+0+0+0 = 810
got It: 000010002 =810
Translate the number 810 в hexadecimal like this:
the result of the conversion was:
810 = 816
answer: 000010002 = 816