Convert numbers between Binary (Base 2), Octal (Base 8), Decimal (Base 10), Hexadecimal (Base 16), or any custom base up to Base 36.
โ
๐ Calculated locally in your browser โ input values are never sent anywhere
A numeral system (or base) defines the number of unique digits used to represent values. The standard system used by humans is Decimal (Base 10), which uses digits 0-9. Computers operate on Binary (Base 2), using 0 and 1, or Hexadecimal (Base 16), which includes letters A-F to represent values 10-15. This base converter translates values between different counting systems. You can even choose custom bases between 2 and 36, where letters are assigned to values above 9 (e.g. A=10, B=11, ..., Z=35).