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