Calculators

Bitwise Calculator

Perform bitwise operations (AND, OR, XOR, NOT, shifts) on numbers. View results in decimal, hex, binary, and octal.

About This Tool

Perform bitwise operations on numbers and see results in multiple formats. Supports AND, OR, XOR, NOT, left shift, and right shift with visual binary representation.

How to Use

  1. Enter two numbers (supports decimal, hex 0x, binary 0b, octal 0o prefix)
  2. Select a bitwise operation
  3. View the result in decimal, hexadecimal, binary, and octal

FAQ

What are bitwise operations used for?

Bitwise operations are used in low-level programming, flags/permissions systems, graphics, cryptography, and performance optimization.