Number Base Converter

Convert numbers between Binary (base 2), Octal (8), Decimal (10), Hexadecimal (16), and any base 2–36.

Binary (2)
Octal (8)
Decimal (10)
Hex (16)
Base 36

What is Number Base Converter?

This free online tool converts numbers between different numeral systems. Enter a number and select its base, then see it converted to binary, octal, decimal, hexadecimal, and base-36 simultaneously. Essential for programmers working with low-level code, network protocols, or color values.

Common Conversions

Binary to Decimal: Select Binary (2), enter your binary number. Hex to Decimal: Select Hex (16), enter hex value (e.g. FF). Decimal to Binary: Select Decimal (10), enter your number.

API

Need base conversion in your app?

GET /api/v1/convert/base?number=255&from=10&to=16

← Back to all tools