Convert 100010111010 from binary to octalHow to convert number 100010111010 from binary to octal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal 
 | 
	
  | ||
		Binary to OctalConvert 1000101110102 to octal:1000101110102 = 100 010 111 010 = 42728  | 
| binary 100010111010 100 010 111 010  | 
				100 | 010 | 111 | 010 | step  0  | 
			
| octal 4272  | 
				4 | 2 | 7 | 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: | 
| 100010110101 100010110110 100010110111 100010111000 100010111001 100010111010 100010111011 100010111100 100010111101 100010111110 100010111111 |