⚙️

Bitwise Calculator

Perform bitwise operations (AND, OR, XOR, NOT, LSHIFT, RSHIFT) and see results in decimal, hex, and binary.

math API: POST /api/tools/bitwise-calc

Input

🔌 API Usage

POST /api/tools/bitwise-calc
Content-Type: application/json

// Example body:
{
  "a": "0",
  "b": "0",
  "operation": "AND"
}