Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal

Input Number

Converted Results

Binary (2)
--
Octal (8)
--
Decimal (10)
--
Hexadecimal (16)
--

Examples

Binary to Decimal

Input: 1010 (Binary)

Result: 10 (Decimal)

Decimal to Hex

Input: 255 (Decimal)

Result: FF (Hexadecimal)

Octal to Binary

Input: 77 (Octal)

Result: 111111 (Binary)

Hex to Decimal

Input: A5 (Hexadecimal)

Result: 165 (Decimal)