Bitwise operators in JavaScript only work with integers that are 32 bits in length.Bitwise ANDBitwise ORBitwise XOR (exclusive OR)Bitwise NOTShift Left (Shift Right with Sign()Shift Right Zero Fill()