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