Bit Shifting Calculator

<-- Enter number or binary to be shifted
<-- Shift Positions
    

How does the Bit Shifting Calculator work?

Performs a bit shift left or a bit shift right on a decimal or binary number
This calculator has 2 inputs.

What 2 formulas are used for the Bit Shifting Calculator?

  1. BitShiftLeft n means multiplying our decimal value by 2n
  2. BitShiftRight n means dividing our decimal value by 2n

For more math formulas, check out our Formula Dossier

What 3 concepts are covered in the Bit Shifting Calculator?

binary
Base 2 for numbers
bit shifting
operation performed on the bits of a value, moving them either left or right
decimal
Number in the form a/b where the result is not a whole number

Example calculations for the Bit Shifting Calculator

  1. 65>>4
  2. 45<<2