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