DIGITAL SYSTEMS CALCULATORS


TOOL: DECIMAL TO BCD CONVERTER


DECIMAL TO BCD CONVERTER

Enter a decimal number.


(375)10 = (0011 0111 0101)BCD

SOLUTION STEPS

375110011101010

The BCD equivalent of (375)10 is (0011 0111 0101)BCD.

OTHER INFORMATION

👉 Click here to see how we can find the binary equivalent of 375.

Copied to clipboard
Copy Text

INFORMATION

A decimal number can be converted to BCD by writing the 4-bit binary equivalents of all digits in the decimal, in the same order.

For example (273)10 has 3 digits. If we write these digits as 4-bit binary numbers we obtain

  • (2)10 = (0010)2,
  • (7)10 = (0111)2 and
  • (3)10 = (0011)2

Writing those binary numbers with the same order as decimal, gives us the BCD equivalent.

(273)10 = (0010 0111 0011)BCD

The complete conversion table can be found below.

Decimal BCD (Binary Coded Decimal)
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001

WHAT IS DECIMAL TO BCD CONVERTER?

Decimal to BCD converter,

  • Converts the entered decimal number to BCD form,
  • Illustrates all solution steps.

HOW TO USE THE DECIMAL TO BCD CONVERTER?

You can use the decimal to BCD converter in two ways.

  • USER INPUTS

    Convert button

    You can enter a base 10 number to the input box and click on the "CONVERT" button. The result and explanations appaer below the calculator.

  • RANDOM INPUTS

    random buttons

    You can click on the DIE ICON next to the input box. If you use this property, a random decimal number is generated and entered to the calculator, automatically. You can see the result and explanations below the calculator. You can create your own examples and practice using this property.

  • CLEARING THE INPUT BOX

    Clear button

    To find the BCD equivalent of some other decimal numbers you can clear the input box by clicking on the CLEAR button under the input box.

  • COPYING & DOWNLOADING THE SOLUTION

    • Copy Link

      You can copy the generated solution by clicking on the "Copy Text" link, appaers under the solution panel.

    • Download Link

      Even you can download the solution as an image file with .jpg extension if you click on the "Download Solution" link at the bottom of the solution panel. You can share the downloaded image file.

 

CALCULATORS

Binary Code Calculators