Bitwise Operations
Perform AND, OR, XOR, NOT, bit-shift operations.
About the Bitwise Operations Tool
Perform AND, OR, XOR, NOT, bit-shift operations. This free online tool runs entirely in your browser — no login, no installation, and no data is stored.
This tool is part of the Programming category on NumbersChecker. Browse all Programming tools or explore all 139 tools.
Related: AND · OR · XOR · shift · bits
API usage
POST /api/bit-ops
Content-Type: application/json
{
"text": "your input here"
}