left-arrow-icon
kw-hp-icon

Binary Coded Decimal (BCD) to Decimal Converter

Convert bcd to decimal and binary, decimal to bcd

Home

Developer Tools

BCD to Decimal Converter


You can input in any of the fields and get equivalent values.
=
=

How to Convert BCD to Decimal?

  • First Split the BCD into nibbles(4 digits)

  • Write equivalent decimal no for each nibbles

  • Let's consider an example to Convert (100000110010)BCD binary to decimal

  • Split BCD into 4 digits as shown: 1000 0011 0010

  • (1000) becomes 8,(0011) becomes 3,(0010) becomes 2

  • Combine the decimal digits 832

  • (100000110010)BCD=(832)10

How To Convert Decimal to BCD?

  • Write binary nibble for each digit of decimal

  • Let's consider an example to Convert 236 decimal to BCD

  • Binary Equivalent for 2 is 0010,Binary Equivalent for 3 is 0011,Binary Equivalent for 6 is 0110

  • Combine all the binary numbers

  • (236)10 = (001000110110)BCD

BCD to Decimal to Binary Converter table

Conversion Table Icon
BCDDecimalBinary
000
000111
0010210
0011311
01004100
01015101
01106110
01117111
100081000
100191001
00010000101010
00010001111011
00010010121100
00010011131101
00010100141110
00010101151111
000101101610000
000101111710001
000110001810010
000110011910011
001000002010100
001001002411000
0100100048110000
0101000050110010
01100100641000000
01110101751001011
0001000000001001100100
00010010100012810000000
00100101010125511111111
0101000100105121000000000
0001000000100100102410000000000
00100000010010002048100000000000

Decimal to BCD Converter table

Conversion Table Icon
DecimalBCD
2 to bcd0010
4 to bcd0100
5 to bcd0101
6 to bcd0110
8 to bcd1000
10 to bcd00010000
11 to bcd00010001
12 to bcd00010010
13 to bcd00010011
15 to bcd00010101
16 to bcd00010110
18 to bcd00011000
21 to bcd00100001
25 to bcd00100101
31 to bcd00110001
32 to bcd00110010
64 to bcd01100100
128 to bcd000100101000
256 to bcd001001010110

Frequently Asked Questions on BCD to Decimal converter

FAQ icon

  • Binary Code decimal is the process of converting decimal numbers into their binary equivalents

  • 8421 is also called as BCD code which is expresses in 4 bit binary numbers according to their place value 8421 (2³ 2² 2¹ 2⁰ = 8421).

  • Write the binary equivalent for each decimal digit and then combine the values.

  • First Split the BCD into nibbles(4 digits).
    Then write equivalent decimal no for each nibbles.
    Finally Combine the decimal numbers.

  • Binary represents 0 and 1 whereas BCD represents binary code decimal .
    Binary value is not coded separately whereas BCD value is coded separately.
    Base value of binary is 2 whereas for BCD is 4.
    Binary is number system whereas BCD is coding system.

  • BCD is used in clock time and also for displaying alpha numberic values

  • bcd 2421 is also called as Aiken code.
    It is reflective.

  • The value of bcd 5421 code for 9.2 is 1100.0010.

  • Decimal Value:15,BCD Value:0001 0101

  • 5211 is actually denoting decimal numbers from 0 to 9 (5+2+1+1=9)