← Back to Home

Number Base Converter

Convert numbers between different bases (2-36)

Frequently Asked Questions

What number bases are supported?

The tool supports conversion between bases 2-36, including common bases like binary (2), octal (8), decimal (10), hexadecimal (16), and higher bases like Base32 (32) and Base36 (36).

How do I enter hexadecimal numbers?

Select "Hexadecimal (16)" from the "From Base" dropdown and enter your hex number (e.g., "FF" or "A1B2"). Both uppercase and lowercase letters are accepted.

What characters are valid for each base?

Base 2 uses 0-1, Base 8 uses 0-7, Base 10 uses 0-9, Base 16 uses 0-9 and A-F, and higher bases use 0-9 and A-Z. Invalid characters for the selected base will result in an error message.

Why would I need to convert between number bases?

Base conversions are essential in computer science for understanding how data is stored and processed. Hexadecimal is commonly used in programming, while binary represents how computers store data at the lowest level.