Decimal a Binario

Convert decimal numbers to binary, hex, and octal.

Número decimal
Valid: 0-9
Número binario
Número hexadecimal
Número octal
Referencia rápida
00
11
210
4100
81000
1610000
32100000
641000000
12810000000
25511111111
256100000000

Decimal to Binary Converter

This tool converts decimal (base 10) numbers to binary (base 2), and also shows hex and octal equivalents.

The conversion runs locally in your browser.

How to use

  1. Type or paste a decimal number into the input field.
  2. Click Convert to see the binary, hex, and octal results.
  3. Use Copy to copy the result.

What is Decimal to Binary?

Converting decimal to binary is fundamental in computer science and digital electronics.

Input notes

Enter a valid decimal number (integer).

Example

Converting decimal to binary:

--- Decimal Input ---
255

--- Binary ---
11111111

--- Hex ---
FF

--- Octal ---
377