Bit Shift & Rotate Visualizer (<<, >>, >>>, ROL / ROR)
Visualize left and right shifts (<<, >> arithmetic, >>> logical) plus circular rotates (ROL, ROR) and rotate-through-carry (RCL, RCR) on integers at 8/16/32/64-bit widths. Animated per-bit movement, before/after binary grid, shifted-out bits + carry flag, ×/÷ by 2^k annotation, BigInt-correct at every width. 100% client-side and offline.
Visualize left and right shifts (<<, >> arithmetic, >>> logical) plus circular rotates (ROL, ROR) and rotate-through-carry (RCL, RCR) on integers at 8/16/32/64-bit widths. Animated per-bit movement, before/after binary grid, shifted-out bits + carry flag, ×/÷ by 2^k annotation, BigInt-correct at every width. 100% client-side and offline. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.