Binary AND operation

Binary AND operation of the bits of two integers

Binary AND operation


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

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

Description of the AND function

The bitwise AND is applied to the bit sequences of two integers. The bits of one number are logically ANDed with the corresponding bits of the other number. For each pair of bits, the result bit is 1 if both bits are 1. If either or both bits are 0, the result bit is set to 0.

Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?