The ternary numbering system is composed of three digits (0, 1 and 2). The binary numbering system is represented by using only two numbers (0 and 1).
Enter the value in binary base you want to convert to ternary base:
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 |
Binary System | Ternary System |
---|---|
0 | 0 |
1 | 1 |
10 | 2 |
11 | 10 |
100 | 11 |
101 | 12 |
110 | 20 |
111 | 21 |
1000 | 22 |
1001 | 100 |
1010 | 101 |
1011 | 102 |
1100 | 110 |