One’s & Two’s Complement of a Binary || Decimal Number Calculation
Digital Complement Calculator
An online decimal binary complement calculation
Info:In digital computer programming,one’s & two’s Complement is a mathematical operation on binary numbers.

8-bit ones'- complement Examples
| Bits | Decimal | 1's complement Binary |
|---|---|---|
| 8 Bits | 127 | 0111 1111 |
| 8 Bits | 126 | 0111 1110 |
| 8 Bits | 2 | 0000 0010 |
| 8 Bits | 1 | 0000 0001 |
| 8 Bits | 0 | 0000 0000 |
8-bit Two's - complement Examples
| Bits | Decimal | 2's complement Binary |
|---|---|---|
| 8 Bits | 0 | 0000 0000 |
| 8 Bits | 1 | 0000 0001 |
| 8 Bits | 2 | 0000 0010 |
| 8 Bits | 126 | 0111 1110 |
| 8 Bits | 127 | 0111 1111 |
More Digital Calculator ►
Binary Multiplication Calculator
Hexa Multiplication Calculator