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