| Convert 1011010101 from binary to octalHow to convert number 1011010101 from binary to octal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| Binary to OctalConvert 10110101012 to octal:10110101012 = 1 011 010 101 = 13258 | 
| binary 1011010101 1 011 010 101 | 1 | 011 | 010 | 101 | step 0 | 
| octal 1325 | 1 | 3 | 2 | 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: | 
| 1011010000 1011010001 1011010010 1011010011 1011010100 1011010101 1011010110 1011010111 1011011000 1011011001 1011011010 |