Base-N & Bitwise Calculator

Use this responsive tool to convert numbers between different bases (radices) and execute bitwise operations instantly, without page reload. Perfect for developers, students, and engineers.

Base Conversion

Examples

  • Convert 1010 from base 210 in base 10
  • Convert FF from base 1611111111 in base 2
  • Convert 255 from base 10FF in base 16
  • Convert 377 from base 8255 in base 10

Bitwise Operations

Examples

  • 1100 AND 1010 in base 21000 (decimal 8)
  • 0F OR 03 in base 160F (binary 1111)
  • 1010 XOR 1100 in base 20110 (decimal 6)
  • NOT 0001 in base 211111110 (two's complement -2)
  • 0010 LShift 2 in base 21000 (decimal 8)