Bitwise Operation

In digital computer programming, a bitwise operation operates on one or more bit patterns or binary numerals at the level of their individual bits.

It is a fast, simple action directly supported by the processor, and is used to manipulate values for comparisons and calculations.

Input 1

Input 2

Operation

AND OR XOR NOT

Result

Explanation:

By Sammy Helali
Info source