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