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