Convert 100101 from binary to octalHow to convert number 100101 from binary to octal? | |
| Binary to:
decimal
octal
hexadecimal
|
| ||
Binary to OctalConvert 1001012 to octal:1001012 = 100 101 = 458 |
| binary 100101 100 101 |
100 | 101 | step 0 |
| octal 45 |
4 | 5 | step 1 |
| Binary number |
Octal number |
| 0 | 0 |
| 1 | 1 |
| 10 | 2 |
| 11 | 3 |
| 100 | 4 |
| 101 | 5 |
| 110 | 6 |
| 111 | 7 |
| Convert other numbers: |
| 100000 100001 100010 100011 100100 100101 100110 100111 101000 101001 101010 |