Bitwise Calculator



Result:

  • AND &:
  • OR |:
  • XOR ^:
  • ~num1:
  • ~num2:
  •  

What are Bitwise Operators?

Bitwise operators are used to perform operations on binary numbers. They operate on the bit level.

Bitwise operators work with 32-bit integers.

Any numeric operand in the operation is converted into a binary string. The result is then returned in decimal format.