| Convert 1100010100 from binary to octalHow to convert number 1100010100 from binary to octal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| Binary to OctalConvert 11000101002 to octal:11000101002 = 1 100 010 100 = 14248 | 
| binary 1100010100 1 100 010 100 | 1 | 100 | 010 | 100 | step 0 | 
| octal 1424 | 1 | 4 | 2 | 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: | 
| 1100001111 1100010000 1100010001 1100010010 1100010011 1100010100 1100010101 1100010110 1100010111 1100011000 1100011001 |