Base Converter
Convert numbers between any base from 2 to 36 — binary, octal, decimal, hexadecimal, and more.
Advertisement
Ad slot — set ads.adsensePublisherId in the client config
About the Base Converter
Convert a number from one numeral system to another. Supports bases 2 through 36, including binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16).
Method: convert to decimal first, then divide repeatedly to reach the destination base.
Frequently asked questions
What bases are supported?
Any integer base from 2 to 36. Digits 0–9 and letters a–z represent values 0–35.
Can I use prefixes like 0x or 0b?
Yes. Prefixes 0x (hex), 0b (binary), and 0o (octal) are recognized in the input field.
You may also like
Decimal to Binary Converter
Convert decimal numbers to binary (base 2) instantly.
Unit ConversionDecimal to Hex Converter
Convert decimal numbers to hexadecimal (base 16) instantly.
Unit ConversionBase Calculator
Add, subtract, multiply, divide, and find modulo of numbers in any base from 2 to 36.
Math