Rotate a Binary Number

Apr 1, 2018

Rotate a Binary Number is used to perform circular - left shift or right shift operations on a binary string

Input: Paste binary numbers below (1 per line)

Settings

Settings Explained
  • 1. Bit Rotation Direction

    Choose the direction of binary bit rotation operation.

    The examples below assume an input of 1000.

    Left

    0001
    Right

    0100
Comments 0

History
Apr 1, 2018
Tool Launched