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