Number Base Converter

Input

Binary (Base 2)
Octal (Base 8)
Hexadecimal (Base 16)
How to use
  1. 1.

    Select the input base (binary, octal, decimal, or hexadecimal)

  2. 2.

    Enter your number — all other representations appear instantly

Common uses
  • Converting memory addresses from hex to decimal while debugging

  • Understanding binary representations of integers in low-level code

  • Converting color channel values between decimal and hex

Computers store all data in binary (base 2). Hexadecimal (base 16) is a compact shorthand — each hex digit represents exactly 4 bits, which is why it is common in color codes (#FF0000), memory addresses, and byte-level data.