Number Base Converter
Convert between binary, octal, decimal, and hexadecimal.
About This Tool
Free number base converter online — convert numbers between binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16) instantly. Type in any base and all other representations update live. Computer science students use this tool to understand how numbers are represented in different bases, to convert memory addresses from hex to decimal, to work through assembly language problems, and to verify manual conversions. Programmers use it when reading hex color codes (like #FF5733 = RGB 255, 87, 51), interpreting binary file headers, working with bitwise operations, and understanding IP address subnet masks.
How to Use
- 1
Enter a number
Type a value in any of the four fields: Binary, Octal, Decimal, or Hexadecimal.
- 2
See all conversions
All four representations update instantly as you type.
- 3
Copy your result
Click the copy icon next to the format you need.