This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
Fill in the number with missing zeros on the left
let\'s do a direct translation from binary to hexadecimal like this:
00001110100111002 = 0000 1110 1001 1100 = 0000(=0) 1110(=E) 1001(=9) 1100(=C) = 0E9C16
answer: 00001110100111002 = 0E9C16
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙215+0∙214+0∙213+0∙212+1∙211+1∙210+1∙29+0∙28+1∙27+0∙26+0∙25+1∙24+1∙23+1∙22+0∙21+0∙20 = 0∙32768+0∙16384+0∙8192+0∙4096+1∙2048+1∙1024+1∙512+0∙256+1∙128+0∙64+0∙32+1∙16+1∙8+1∙4+0∙2+0∙1 = 0+0+0+0+2048+1024+512+0+128+0+0+16+8+4+0+0 = 374010
got It: 00001110100111002 =374010
Translate the number 374010 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
| 3740 | 16 | | |
| -3728 | 233 | 16 | |
| C | -224 | E | |
| 9 | | |
 |
the result of the conversion was:
374010 = E9C16
answer: 00001110100111002 = E9C16