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