Converter hexadecimal em octalComo converter hexadecimal em octal?Regra de conversão conversão rápida  | |
| Hexadecimal em:  
				binário  
				octal  
				decimal 
 | 
ExemplosRegra de conversão em tabela | 
		Hexadecimal em OctalConverter 142A16 em octal:142A16 = 120528  | 
| hexadecimal 142A  | 
				1 | 4 | 2 | A | passo  0  | 
			
| converter em | 0001 | 0100 | 0010 | 1010 | passo  1  | 
			
| binário 1010000101010 =  | 
				1 | 0100 | 0010 | 1010 | passo  2  | 
			
| binário 1010000101010  | 
				1 | 010 | 000 | 101 | 010 | passo  3  | 
			
| octal 12052  | 
				1 | 2 | 0 | 5 | 2 | passo  4  |