| Convert 42AD from hexadecimal to octalHow to convert number 42AD from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert 42AD16 to octal:42AD16 = 412558 | 
| hexadecimal 42AD | 4 | 2 | A | D | step 0 | 
| convert to | 0100 | 0010 | 1010 | 1101 | step 1 | 
| binary 100001010101101 = | 100 | 0010 | 1010 | 1101 | step 2 | 
| binary 100001010101101 | 100 | 001 | 010 | 101 | 101 | step 3 | 
| octal 41255 | 4 | 1 | 2 | 5 | 5 | step 4 | 
| Convert other numbers: | 
| 42A8 42A9 42AA 42AB 42AC 42AD 42AE 42AF 42B0 42B1 42B2 |