Bitwise Calculator

Perform bitwise AND, OR, XOR, NOT, shift, and rotation operations with dedicated shift amount controls and interactive 16-bit matrices.

Bit 15Bit 8Bit 0
Bit 15Bit 8Bit 0
4 bits
Copied to clipboard!

Operation Results (16-Bit Word)

Operation Expression Decimal Hexadecimal 16-Bit Binary Representation

About Bitwise Operations & Shifts

Master hardware-level bitwise logic, precise bit shifting, and circular rotations.

100% Client-Side & Instant

Bitwise operations manipulate binary digits directly. Operating at a level close to the processor hardware, these calculations run with maximum execution speed, making them indispensable for systems engineering, cryptography, graphics optimization, and microcontroller register configurations.

With the dedicated shift amount slider and interactive bit matrix, you can easily control shift bounds from 0 to 15 bits and observe how values transform in real time.

Shift Control

Dedicated Shift Slider

Precisely adjust shift and rotation magnitudes from 0 to 15 bits using interactive range inputs.

Rotations

Circular Rotations (ROL / ROR)

Loop overflowing bits back around to the opposite side of the 16-bit word word boundary.

Logic

Core Gates (AND, OR, XOR)

Perform standard logic evaluations between Operand A and Operand B for bitmasking and flags.

NOT

Bitwise NOT & Complements

Inverts all bits within the 16-bit boundary to compute ones' and twos' complements instantly.

Matrix

Interactive Bit Matrix

Click any bit tile in the 16-bit visualization grid to toggle individual bits on or off.

Export

JSON Export Support

Easily export your current calculation set and operation breakdown into a clean JSON file format.

UtilityGlen

Handy web tools for daily use. Everything runs right in your browser—no sign-ups, no cloud uploads, and your data stays entirely on your device.