Number Base Converter — Binary Hex Decimal

Convert numbers between binary, octal, decimal, and hexadecimal instantly.

Conversion Results

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

Tips

  • Prefix binary with 0b, octal with 0o, and hex with 0x
  • Supports bases from 2 to 36
  • Useful for programming, networking, and digital electronics
  • All conversion happens locally in your browser