BinaryCon Binary Converter

Binary OR

Result

Binary OR

Perform bitwise OR on binary inputs.

Example: 1100 1010

Definition: Performs a bitwise OR between two binary strings of equal length and returns the result.

Operation

Bitwise OR: output bit is 1 if either input bit is 1.
Example: 1100 OR 1010 = 1110