Convert 10B4 from hexadecimal to octalHow to convert number 10B4 from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal 
 | 
	
  | ||
		Hexadecimal to OctalConvert 10B416 to octal:10B416 = 102648  | 
| hexadecimal 10B4  | 
				1 | 0 | B | 4 | step  0  | 
			
| convert to | 0001 | 0000 | 1011 | 0100 | step  1  | 
			
| binary 1000010110100 =  | 
				1 | 0000 | 1011 | 0100 | step  2  | 
			
| binary 1000010110100  | 
				1 | 000 | 010 | 110 | 100 | step  3  | 
			
| octal 10264  | 
				1 | 0 | 2 | 6 | 4 | step  4  | 
			
| Convert other numbers: | 
| 10AF 10B0 10B1 10B2 10B3 10B4 10B5 10B6 10B7 10B8 10B9 |