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