Converter 2D de hexadecimal em octalComo converter o número 2D de hexadecimal em octal? | |
| Hexadecimal em:  
				binário  
				octal  
				decimal 
 | 
	
  | ||
		Hexadecimal em OctalConverter 2D16 em octal:2D16 = 558  | 
| hexadecimal 2D  | 
				2 | D | passo  0  | 
			
| converter em | 0010 | 1101 | passo  1  | 
			
| binário 101101 =  | 
				10 | 1101 | passo  2  | 
			
| binário 101101  | 
				101 | 101 | passo  3  | 
			
| octal 55  | 
				5 | 5 | passo  4  | 
			
| Converter outros numeral: | 
| 28 29 2A 2B 2C 2D 2E 2F 30 31 32 |