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:
01110101100011112 = 0111 0101 1000 1111 = 0111(=7) 0101(=5) 1000(=8) 1111(=F) = 758F16
answer: 01110101100011112 = 758F16
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙215+1∙214+1∙213+1∙212+0∙211+1∙210+0∙29+1∙28+1∙27+0∙26+0∙25+0∙24+1∙23+1∙22+1∙21+1∙20 = 0∙32768+1∙16384+1∙8192+1∙4096+0∙2048+1∙1024+0∙512+1∙256+1∙128+0∙64+0∙32+0∙16+1∙8+1∙4+1∙2+1∙1 = 0+16384+8192+4096+0+1024+0+256+128+0+0+0+8+4+2+1 = 3009510
got It: 01110101100011112 =3009510
Translate the number 3009510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
30095 | 16 | | | |
-30080 | 1880 | 16 | | |
F | -1872 | 117 | 16 | |
| 8 | -112 | 7 | |
| | 5 | | |
|
the result of the conversion was:
3009510 = 758F16
answer: 01110101100011112 = 758F16