Home / About

About

The fastest number-base converter for developers

AG Radix is a free developer tool that converts binary, octal, decimal and hex, plus any base from 2 to 36, instantly with no sign-up or install.

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

Frequently asked questions

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