| Convert 1011001100 from binary to octalHow to convert number 1011001100 from binary to octal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| Binary to OctalConvert 10110011002 to octal:10110011002 = 1 011 001 100 = 13148 | 
| binary 1011001100 1 011 001 100 | 1 | 011 | 001 | 100 | step 0 | 
| octal 1314 | 1 | 3 | 1 | 4 | 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: | 
| 1011000111 1011001000 1011001001 1011001010 1011001011 1011001100 1011001101 1011001110 1011001111 1011010000 1011010001 |