Number Base Converter
Convert between binary, octal, decimal and hex — and any base from 2 to 36. Type in one, the rest update live.
Stays on your device. This tool runs in your browser — nothing you paste or open ever leaves it. Nothing uploaded, nothing to leak.
Why bases matter
Computers count in binary (base 2); programmers lean on hexadecimal (base 16) because it maps cleanly to bytes and is far shorter to read than long binary strings. Decimal is base 10, what we use day to day. Converting between them is constant work in low-level code, color values, permissions and file formats.