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

Transfer 231 from octal in binary number system

Enter a number:
His number system:
Binary
Ternary
Octal
Decimal
Hexadecimal
Binary-decimal
Other
Additional
Signed
Direct
One complement
Two complement
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:

2318 = 2 3 1 = 2(=010) 3(=011) 1(=001) = 0100110012

answer: 2318 = 100110012

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

let\'s translate to decimal like this:

2∙82+3∙81+1∙80 = 2∙64+3∙8+1∙1 = 128+24+1 = 15310

got It: 2318 =15310

Translate the number 15310 в binary like this:

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

1532
-152762
1-76382
0-38192
0-1892
1-842
1-422
0-21
0
Перевод чисел из одной системы счисления в другую

the result of the conversion was:

15310 = 100110012
answer: 2318 = 100110012