Conversor Octal Grátis
Converta números octais para decimal e vice-versa. Ferramenta gratuita de conversão de base numérica.
Valor Decimal
493
Formula
Octal to Decimal Converter
How It Works
Octal (base-8) uses digits 0-7. Each position represents a power of 8:
Multiply each digit by its place value and sum all the results.
Exemplo Resolvido
Convert octal 755 to decimal.
- 017×64 + 5×8 + 5×1
- 02= 448 + 40 + 5
- 03= 493 in decimal
Perguntas Frequentes
What is octal?
Octal is a base-8 number system that uses digits 0-7. It is commonly used in Unix/Linux file permissions (e.g., chmod 755).
Where is octal used?
Octal is most commonly used in Unix/Linux file permissions. For example, 755 means owner has read/write/execute, group and others have read/execute.
Aprender