Binary exclusive OR operation

Binary exclusive OR operation of the bits of two integers

Binary XOR operation


This function execute the bitwise exclusive OR operation of two integers. With this function the bits of two integer are binary exclusive ORed. The number can be entered in the formats hexadecimal, decimal, octal or binary.

The result is displayed in the formats hexadecimal, decimal, octal and binary.


Bitwise XOR operation calculator

 Select the input format
 Input
1. Number
2. Number
 Results
Bin
Oktal
Decimal
Hexadecimal

Description of the exclusive OR function

Die bitweise exklusive ODER, oder kurz XOR Funktion, wird auf die Bitfolgen zweier ganzer Zahlen angewendet. Es wird die logische XOR-Operation auf jedem Paar korrespondierender Bits durchführt. Das Ergebnisbit ist 1, falls die zwei Bits unterschiedlich sind, und 0, falls sie gleich sind. The bitwise exclusive OR (XOR) function is applied to the bit sequences of two integers. The bits of one number are logically XORed with the corresponding bits of the other number. For each pair of bits, the result bit is 0 if both bits are 0 or 1. If one of both bits are 1, the result bit is set to 1.

Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?