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