🔢 Number Base Converter

Convert between Binary (base 2), Octal (base 8), Decimal (base 10), and Hexadecimal (base 16). Edit any field and the rest update instantly.

Understanding Number Bases – Binary, Octal, Decimal, and Hexadecimal Explained

Number bases (also called radixes) are different ways to represent the same numerical value using different sets of digits. Understanding base conversion is fundamental to computer science, networking, and low-level programming.

The Four Most Common Number Bases in Computing

Quick Reference Table

Where You'll Use Base Conversion