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