HomeConversionNumber conversionBase converter

Base Converter

Convert numbers between any base from 2 to 36. Enter a number, choose the source and target bases, then press Convert.

All Common Bases

What is a Number Base?

A number base (or radix) defines how many unique digits are used to represent numbers. Common bases include:

How to Convert Between Bases

The universal method is to convert to decimal first, then from decimal to the target base:

Step 1: Convert source number → decimal using positional values Step 2: Divide decimal by target base repeatedly Step 3: Remainders (read bottom-up) form the result

See Also

Number Conversion