Hex Calculator

Base Converter

Enter a value in one box (supports prefixes like 0x, 0b, 0o) β€” the others update automatically.
Used when applying NOT and displaying masked values.
Paste or drop text here to fill the focused input.

Hex Operations

Operands accept hex (with or without 0x), decimal, binary (0b), or octal (0o/0 prefix). Uses arbitrary precision via BigInt in your browser.
Applied to results for bitwise ops and NOT.

Hex Calculator – Quick Cheat Sheet

Tips & edge cases
  • For NOT, value is inverted within the chosen bit width: ~A & mask.
  • Binary/Octal inputs can be large β€” parsing uses BigInt so you’re not limited to 32-bit.
  • Empty B is ignored for NOT. Division by zero is blocked.

Cookies & privacy

Utilities Bunker uses necessary cookies to run the site. Optional cookies help remember preferences, measure usage, and improve the platform. You can change your choices any time. Privacy Policy.

Manage Cookies