mytoolstash / developer tools / base-converter

$ printf %x

Number Base Converter

Type a number in any base and the other three update live. Click a value to copy it.

Decimal
Hexadecimal
Binary
Octal

Edit any field — the others update

Where each base shows up

Hexadecimal is everywhere in computing: memory addresses, color codes, MAC addresses, byte dumps. Binary appears in permissions, bit flags, and networking masks. Octal survives mainly in Unix file permissions (chmod 755).

Large numbers

This converter uses BigInt, so values beyond JavaScript's 2⁵³ safe-integer limit convert correctly — useful for 64-bit addresses and IDs.