About Binary & Hex Converter
The Binary & Hex Converter takes one number and shows it in binary, octal, decimal and hexadecimal at once, plus any base up to 36. It runs on arbitrary-precision integers rather than JavaScript's ordinary numbers, which matters more than it sounds: a plain number stops being exact above 2^53, so a 64-bit hex value pasted into most online converters comes back with its last four digits quietly rounded off. Here 0xFFFFFFFFFFFFFFFF converts to 18446744073709551615, which is the right answer. Prefixes are understood, so pasting 0xFF or 0b1010 moves the selector for you, and the table underneath shows how the same bits read at 8, 16, 32 and 64 bits, signed and unsigned, which is the question behind most trips to a converter.
✦FreeNo paywalls or tiers
⬡No SignupNothing to create
⚡InstantNo setup, no install
⊞Any DeviceMobile, tablet, desktop