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