Binary AND operation

Binary AND operation of the bits of two integers


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.


IT Functions

Decimal, Hex, Bin, Octal conversionShift bits left or rightSet a bitClear a bitBitwise ANDBitwise ORBitwise exclusive OR

Special functions

AiryDerivative AiryBessel-IBessel-IeBessel-JBessel-JeBessel-KBessel-KeBessel-YBessel-YeSpherical-Bessel-J Spherical-Bessel-YHankelBetaIncomplete BetaIncomplete Inverse BetaBinomial CoefficientBinomial Coefficient LogarithmErfErfcErfiErfciFibonacciFibonacci TabelleGammaInverse GammaLog GammaDigammaTrigammaLogitSigmoidDerivative SigmoidSoftsignDerivative SoftsignSoftmaxStruveStruve tableModified StruveModified Struve tableRiemann Zeta

Hyperbolic functions

ACoshACothACschASechASinhATanhCoshCothCschSechSinhTanh

Trigonometrische Funktionen

ACosACotACscASecASinATanCosCotCscSecSinSincTanDegree to RadianRadian to Degree

Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?