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