This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
let\'s translate to decimal like this:
0∙811+0∙810+0∙89+1∙88+1∙87+0∙86+1∙85+0∙84+1∙83+1∙82+0∙81+0∙80 = 0∙8589934592+0∙1073741824+0∙134217728+1∙16777216+1∙2097152+0∙262144+1∙32768+0∙4096+1∙512+1∙64+0∙8+0∙1 = 0+0+0+16777216+2097152+0+32768+0+512+64+0+0 = 1890771210
got It: 0001101011008 =1890771210
Translate the number 1890771210 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
18907712 | 16 | | | | | | |
-18907712 | 1181732 | 16 | | | | | |
0 | -1181728 | 73858 | 16 | | | | |
| 4 | -73856 | 4616 | 16 | | | |
| | 2 | -4608 | 288 | 16 | | |
| | | 8 | -288 | 18 | 16 | |
| | | | 0 | -16 | 1 | |
| | | | | 2 | | |
 |
the result of the conversion was:
1890771210 = 120824016
answer: 0001101011008 = 120824016
now let\'s make the transfer using the decimal system.
let\'s do a direct translation from octal to binary like this:
0001101011008 = 0 0 0 1 1 0 1 0 1 1 0 0 = 0(=000) 0(=000) 0(=000) 1(=001) 1(=001) 0(=000) 1(=001) 0(=000) 1(=001) 1(=001) 0(=000) 0(=000) = 0000000000010010000010000010010000002
answer: 0001101011008 = 10010000010000010010000002
Fill in the number with missing zeros on the left
let\'s do a direct translation from binary to hexadecimal like this:
00010010000010000010010000002 = 0001 0010 0000 1000 0010 0100 0000 = 0001(=1) 0010(=2) 0000(=0) 1000(=8) 0010(=2) 0100(=4) 0000(=0) = 120824016
answer: 00010010000010000010010000008 = 120824016