The hex calculator that lives in your pocket

HexCalculator is a free calculator for iPhone and iPad built for programmers, engineers and students. Work in hexadecimal, decimal or binary, run bitwise operations, and keep every calculation in a history you can scroll back through.

Requires iOS 16.0 or later · ~3.6 MB · No ads · No data collection

HexCalculator on an iPhone showing 0x123 typed on the hexadecimal keypad

Everything a programmer's calculator should do

Hex, decimal & binary

Calculate in the base you think in. Add, subtract, multiply and divide hexadecimal, decimal or binary numbers, and read the result in all three bases.

Bitwise operations

AND, OR, XOR and bit shifts (<<, >>) built in — the operations you actually reach for when working with flags, masks and registers.

Signed & unsigned, 64-bit

Flip between signed and unsigned interpretation. Negative numbers use two's complement, and overflow and division by zero are caught instead of silently wrong.

Persistent history

Every operation is saved with its decimal, hex and binary form. Scroll back, check a previous result, clear it when you're done.

Smart copy & paste

Paste 0xFF, FF, 0b1010, values with underscores or spaces — the parser understands the formats code actually uses.

Private and light

Around 3.6 MB, works offline, shows no ads and collects no data — the App Store privacy label is “Data Not Collected”.

Designed for one-handed, real-world use

Scrollable history of hex additions ending in 0xD50
Scroll history: every past operation at a glance.
Binary mode with the number 0100100011 on screen
Binary mode: calculate directly with binary numbers.
HexCalculator in landscape orientation
Landscape layout, comfortable for one-handed use.

The app also includes a customizable style — pick your own colors for the keypad, operators and display — and a unified display view that shows decimal, hex and binary at the same time.

Frequently asked questions

Is HexCalculator free?

Yes — HexCalculator is a free download on the App Store, with no ads.

Which devices does it support?

iPhone and iPad running iOS 16.0 / iPadOS 16.0 or later, in portrait and landscape.

Does it work offline?

Yes. The app performs all calculations on your device and needs no internet connection.

Does it collect any data?

No. The developer does not collect any data from the app — its App Store privacy label is “Data Not Collected”.

How are negative numbers handled?

In signed mode the app uses 64-bit two's complement, the same representation CPUs use. You can switch to unsigned mode at any time. Our two's complement guide explains how it works.