Fast system administrator tools
Menu
Convert numbers between decimal (DEC), hexadecimal (HEX), octal (OCT) and binary (BIN) systems. Enter a value in any base and see the result in all others instantly.
Number converter (HEX/OCT/BIN/DEC)
Convert between hexadecimal, decimal, octal and binary. Works with big integers and negatives.
What it is
This tool converts numbers between hexadecimal, decimal, octal and binary representations. It supports big integers (via BigInt) and negative values.
How it works
Type a value in any field — the others update automatically. You can use optional prefixes: 0x for hex, 0o for octal, 0b for binary. Copy buttons help paste results elsewhere.
Limitations & notes
Fractions are not supported — this tool works with integers only. Input validation is strict for each base. Very large values are handled using JavaScript BigInt and are limited by your browser.
IPTool