| Convert 123AB from hexadecimal to octalHow to convert number 123AB from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert 123AB16 to octal:123AB16 = 2216538 | 
| hexadecimal 123AB | 1 | 2 | 3 | A | B | step 0 | 
| convert to | 0001 | 0010 | 0011 | 1010 | 1011 | step 1 | 
| binary 10010001110101011 = | 1 | 0010 | 0011 | 1010 | 1011 | step 2 | 
| binary 10010001110101011 | 10 | 010 | 001 | 110 | 101 | 011 | step 3 | 
| octal 221653 | 2 | 2 | 1 | 6 | 5 | 3 | step 4 | 
| Convert other numbers: | 
| 123A6 123A7 123A8 123A9 123AA 123AB 123AC 123AD 123AE 123AF 123B0 |