Number Base Converter

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

Binary (Base 2)
Octal (Base 8)
Decimal (Base 10)
Hexadecimal (Base 16)
Base-32
Base-36

Number Bases Explained

A number base (or radix) is the number of unique digits a counting system uses. For example, decimal uses 10 digits (0-9), binary uses 2 (0-1), hexadecimal uses 16 (0-9 plus A-F).

Related Encoding & Conversion

Base64 Encoder

Safely convert text data to and from Base64 encoding cleanly in the browser.

Base64 Encoder/Decoder

Encode any string into Base64 format securely, or decode Base64 back into text.

URL Encoder/Decoder

Safely encode messy strings for browser HTTP URLs automatically online.