Bit Shifting: Left & Right Introduction to Bit Shifting A bit shift is a Bitwise operation where the order of a series of bits is moved, either to the left or right, to efficiently perform a mathematical operation. Previous Next