Convert numbers between different bases including binary, decimal, hexadecimal, octal and more.
Converting…
A number base, or radix, is the number of unique digits used to represent numbers in a positional numeral system. The most common number system is decimal (base-10), which uses ten digits (0-9). However, different bases are used in various fields for specific purposes.
In any base-N system, each digit represents a power of N, with the rightmost digit representing N^0, the next N^1, and so on. For example, in binary (base-2), the number 101 represents 1×2² + 0×2¹ + 1×2⁰ = 5 in decimal.
Different number bases serve specific purposes in various fields:
Our number base converter allows you to convert numbers between any two bases from 2 to 36. Simply enter the number you want to convert, select the original base, choose the target base, and click the Convert button. The tool will display the converted value, its decimal equivalent, and step-by-step calculations showing how the conversion was performed.
This converter is particularly useful for students learning about number systems, programmers working with different bases, and anyone who needs to convert numbers between different bases for any purpose.