The decimal number system consists of ten digits (0, 1, 2, 3, 4, 5, 6, 7, 8 and 9). The octal numbering system consists of 8 digits (0, 1, 2, 3, 4, 5, 6 and 7).
Enter the decimal value you want to convert to octal:
Positional Notation | |
---|---|
Binary System | |
Ternary System | |
Quaternary System | |
Quinary System | |
Senary System | |
Septenary System | |
Octal System | |
Nonary System | |
Decimal System | |
Duodecimal System | |
Hexadecimal System | |
Vigesimal System | |
Duotrigesimal System |
Decimal System | Octal System |
---|---|
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 10 |
9 | 11 |
10 | 12 |
11 | 13 |
12 | 14 |