Binary AND
Result
—
Binary AND
Perform bitwise AND on binary inputs.
Operation
Bitwise AND: output bit = 1 only if both input bits are 1. Example: 1100 AND 1010 = 1000
—
Perform bitwise AND on binary inputs.
Bitwise AND: output bit = 1 only if both input bits are 1. Example: 1100 AND 1010 = 1000