| Convert 1100101010 from binary to octalHow to convert number 1100101010 from binary to octal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| Binary to OctalConvert 11001010102 to octal:11001010102 = 1 100 101 010 = 14528 | 
| binary 1100101010 1 100 101 010 | 1 | 100 | 101 | 010 | step 0 | 
| octal 1452 | 1 | 4 | 5 | 2 | 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: | 
| 1100100101 1100100110 1100100111 1100101000 1100101001 1100101010 1100101011 1100101100 1100101101 1100101110 1100101111 |