| Convert 42AF from hexadecimal to octalHow to convert number 42AF from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert 42AF16 to octal:42AF16 = 412578 | 
| hexadecimal 42AF | 4 | 2 | A | F | step 0 | 
| convert to | 0100 | 0010 | 1010 | 1111 | step 1 | 
| binary 100001010101111 = | 100 | 0010 | 1010 | 1111 | step 2 | 
| binary 100001010101111 | 100 | 001 | 010 | 101 | 111 | step 3 | 
| octal 41257 | 4 | 1 | 2 | 5 | 7 | step 4 | 
| Convert other numbers: | 
| 42AA 42AB 42AC 42AD 42AE 42AF 42B0 42B1 42B2 42B3 42B4 |