Bitwise Calculator

Perform various bitwise operations (AND, OR, XOR, NOT, shifts) on binary numbers.

Use Tool

XOR Calculator

Calculate the Bitwise XOR (Exclusive OR) of two binary numbers, returning 1 if bits are different.

Use Tool

AND Calculator

Calculate the Bitwise AND of two binary numbers, returning 1 only if both bits are 1.

Use Tool

NAND Calculator

Perform the Bitwise NAND (NOT AND) operation on two binary numbers, the inverse of AND.

Use Tool

OR Calculator

Calculate the Bitwise OR of two binary numbers, returning 1 if at least one bit is 1.

Use Tool

NOR Calculator

Perform the Bitwise NOR (NOT OR) operation on two binary numbers, the inverse of OR.

Use Tool

XNOR Calculator

Perform the Bitwise XNOR (Exclusive NOR) operation on two binary numbers, returning 1 if bits are the same.

Use Tool