Convert Octal numbers (base-8) like 17 into Decimal format easily and instantly.
Octal is a base-8 number system using digits from 0 to 7. It's commonly used in digital electronics and computing for its compact representation of binary data.
Decimal is the standard base-10 number system used in everyday arithmetic, using digits from 0 to 9.
17 = (1 × 81) + (7 × 80) = 15| Octal Digit | Decimal Value |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |