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