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