| Convert 100010010100 from binary to octalHow to convert number 100010010100 from binary to octal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| Binary to OctalConvert 1000100101002 to octal:1000100101002 = 100 010 010 100 = 42248 | 
| binary 100010010100 100 010 010 100 | 100 | 010 | 010 | 100 | step 0 | 
| octal 4224 | 4 | 2 | 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: | 
| 100010001111 100010010000 100010010001 100010010010 100010010011 100010010100 100010010101 100010010110 100010010111 100010011000 100010011001 |