| Convert 2401 from hexadecimal to octalHow to convert number 2401 from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert 240116 to octal:240116 = 220018 | 
| hexadecimal 2401 | 2 | 4 | 0 | 1 | step 0 | 
| convert to | 0010 | 0100 | 0000 | 0001 | step 1 | 
| binary 10010000000001 = | 10 | 0100 | 0000 | 0001 | step 2 | 
| binary 10010000000001 | 10 | 010 | 000 | 000 | 001 | step 3 | 
| octal 22001 | 2 | 2 | 0 | 0 | 1 | step 4 | 
| Convert other numbers: | 
| 23FC 23FD 23FE 23FF 2400 2401 2402 2403 2404 2405 2406 |