| Convert 123A2 from hexadecimal to octalHow to convert number 123A2 from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert 123A216 to octal:123A216 = 2216428 | 
| hexadecimal 123A2 | 1 | 2 | 3 | A | 2 | step 0 | 
| convert to | 0001 | 0010 | 0011 | 1010 | 0010 | step 1 | 
| binary 10010001110100010 = | 1 | 0010 | 0011 | 1010 | 0010 | step 2 | 
| binary 10010001110100010 | 10 | 010 | 001 | 110 | 100 | 010 | step 3 | 
| octal 221642 | 2 | 2 | 1 | 6 | 4 | 2 | step 4 | 
| Convert other numbers: | 
| 1239D 1239E 1239F 123A0 123A1 123A2 123A3 123A4 123A5 123A6 123A7 |