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