https://decimal-to-binary.com/decimal-to-binary-converter-online.html?id=66312

Transfer 107 from octal in binary number system

Enter a number:
His number system:
Binary
Ternary
Octal
Decimal
Hexadecimal
Binary-decimal
Other
Additional
Signed
Unsigned
1 byte
2 byte
4 bytes
8 bytes

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 octal to binary like this:

1078 = 1 0 7 = 1(=001) 0(=000) 7(=111) = 0010001112

answer: 1078 = 10001112

now let\'s make the transfer using the decimal system.

let\'s translate to decimal like this:

1∙82+0∙81+7∙80 = 1∙64+0∙8+7∙1 = 64+0+7 = 7110

got It: 1078 =7110

Translate the number 7110 в binary like this:

the Integer part of the number is divided by the base of the new number system:

712
-70352
1-34172
1-1682
1-842
0-422
0-21
0
Перевод чисел из одной системы счисления в другую

the result of the conversion was:

7110 = 10001112
answer: 1078 = 10001112