Skip to content
🔢

Number Base Converter

Convert between binary, octal, decimal, and hex — instantly. Supports BigInt.

Type in any field
Binarybase 20b
Octalbase 80o
Decimalbase 10
Hexadecimalbase 160x

Quick values

💡 Quick Reference

  • Binary: base 2 — only 0 and 1. Each bit doubles. 8 bits = 1 byte.
  • Octal: base 8 — digits 0–7. Common in Unix file permissions (chmod 755).
  • Hex: base 16 — 0–9 then A–F. Two hex digits = one byte. Widely used in color codes & memory addresses.
  • 0xFF = 255 dec = 11111111 bin = one full byte
  • 0xDEADBEEF = 3,735,928,559 dec — classic debugger sentinel value

🔍 Automate Your Low-Level Data Processing Workflows with AI

Base conversions are a sign your team is still touching raw data by hand. In 20 minutes I'll audit your data engineering workflows and show you exactly where AI agents can handle encoding, transformation, and pipeline orchestration.

Get Your Free AI Scan →

© 2026 HenryHacks · Built in Dubai 🇦🇪

Work with HenryFree to useUpdated nightly

Related Tools