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 hexadecimal to binary like this:
00516 = 0 0 5 = 0(=0000) 0(=0000) 5(=0101) = 1012
answer: 00516 = 1012
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙162+0∙161+5∙160 = 0∙256+0∙16+5∙1 = 0+0+5 = 510
got It: 00516 =510
Translate the number 510 в binary like this:
the Integer part of the number is divided by the base of the new number system:
5 | 2 | | |
-4 | 2 | 2 | |
1 | -2 | 1 | |
| 0 | | |
 |
the result of the conversion was:
510 = 1012
answer: 00516 = 1012