Convert any base instantly

Convert between binary, octal, decimal, hex and any base from 2 to 36 in real time. Powered by BigInt for unlimited digits, with a clickable bit grid to edit values directly.

AG Radix — Binary, Octal, Decimal, Hex & Any-Base Converter + Bit View

input
Input base
output · bases
BIN2
OCT8
DEC10
HEX16
BASE 3
bit view
stats
Bit length
0bit
Bytes
0byte
ASCII / char
Digits use 0-9 then A-Z (uppercase). The 0x (hex), 0b (binary) and 0o (octal) prefixes, plus _ and spaces, are ignored automatically. To avoid confusion with color HEX codes (e.g. #FF5733), drop the leading # before entering.

Does it support every base from 2 to 36?

Yes. You can pick both the input base and an arbitrary output base from 2 to 36. Digits above 9 are written as A(10) to Z(35).

Are very large numbers converted accurately?

It uses JavaScript BigInt, so integers of any length are converted exactly with no floating-point error.

How do I use the bit grid?

Pick an 8/16/32/64-bit width, then click any bit to toggle it between 0 and 1. Every base value updates instantly. Editing is based on the unsigned value.

Is my input sent to a server?

No. Every calculation happens entirely inside your browser, and no value is ever sent to or stored on a server.

Runs in your browser Real-time conversion No sign-up Completely free