Binary Calculator

Prefixes supported: 0b (binary), 0x (hex). Underscores and spaces are ignored.
Needed for Add/Subtract/Multiply/Divide.
Drag & drop a .txt here or .
Format examples: 1011 + 1110, 0xFF * 0x2, 45

Binary Calculator – Quick Cheat Sheet

Parsing tips & edge cases
  • Negative numbers are supported (e.g., -0b1010, -42, -0x2A).
  • Whitespace/underscores are removed: 1111 0000 β†’ 11110000, 0b1111_0000 β†’ 11110000.
  • For divide, the quotient is shown as the main result and the remainder is displayed separately.

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