Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 ter = 1 2c
1 2c = 1 ter
Example:
Convert 15 Base 3 (Ternary) to Two's Complement:
15 ter = 15 2c
Base 3 (Ternary) | Two's Complement |
---|---|
0.01 ter | 0.01 2c |
0.1 ter | 0.1 2c |
1 ter | 1 2c |
2 ter | 2 2c |
3 ter | 3 2c |
5 ter | 5 2c |
10 ter | 10 2c |
20 ter | 20 2c |
30 ter | 30 2c |
40 ter | 40 2c |
50 ter | 50 2c |
60 ter | 60 2c |
70 ter | 70 2c |
80 ter | 80 2c |
90 ter | 90 2c |
100 ter | 100 2c |
250 ter | 250 2c |
500 ter | 500 2c |
750 ter | 750 2c |
1000 ter | 1,000 2c |
10000 ter | 10,000 2c |
100000 ter | 100,000 2c |