Hex / Binary / Decimal
Convert an integer between decimal, hex, octal, and binary. Decimal input and 0x, 0o, or 0b prefixes are accepted, including negative values. It uses arbitrary precision, so a 64-bit value converts exactly — no rounding to a nearby float, which is where calculator-style converters quietly go wrong.