| Convert 123AF from hexadecimal to octalHow to convert number 123AF from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert 123AF16 to octal:123AF16 = 2216578 | 
| hexadecimal 123AF | 1 | 2 | 3 | A | F | step 0 | 
| convert to | 0001 | 0010 | 0011 | 1010 | 1111 | step 1 | 
| binary 10010001110101111 = | 1 | 0010 | 0011 | 1010 | 1111 | step 2 | 
| binary 10010001110101111 | 10 | 010 | 001 | 110 | 101 | 111 | step 3 | 
| octal 221657 | 2 | 2 | 1 | 6 | 5 | 7 | step 4 | 
| Convert other numbers: | 
| 123AA 123AB 123AC 123AD 123AE 123AF 123B0 123B1 123B2 123B3 123B4 |