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