Binary OR operation

Binary OR operation of the bits of two integers

Binary OR operation


This function execute the bitwise OR operation of two integers. With this function the bits of two integer are binary 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 OR operation calculator

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

Description of the OR function

The bitwise OR is applied to the bit sequences of two integers. The bits of one number are logically ORed with the corresponding bits of the other number. For each pair of bits, the result bit is 0 if both bits are 0. If either or 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?