| Converter 10ED de hexadecimal em octalComo converter o número 10ED de hexadecimal em octal? | |
| Hexadecimal em:  
				binário  
				octal  
				decimal | 
| 
 | ||
| Hexadecimal em OctalConverter 10ED16 em octal:10ED16 = 103558 | 
| hexadecimal 10ED | 1 | 0 | E | D | passo 0 | 
| converter em | 0001 | 0000 | 1110 | 1101 | passo 1 | 
| binário 1000011101101 = | 1 | 0000 | 1110 | 1101 | passo 2 | 
| binário 1000011101101 | 1 | 000 | 011 | 101 | 101 | passo 3 | 
| octal 10355 | 1 | 0 | 3 | 5 | 5 | passo 4 | 
| Converter outros numeral: | 
| 10E8 10E9 10EA 10EB 10EC 10ED 10EE 10EF 10F0 10F1 10F2 |