BCD to Decimal Converter
About BCD to Decimal Converter
The BCD to Decimal Converter is used to convert a BCD (Binary-coded decimal) to a decimal (Base-10) integer.
Binary-coded Decimal
In computing and electronic systems, a binary-coded decimal (BCD) is a digital encoding method for decimal numbers in which each digit is represented by its own binary sequence.
BCD is different from converting a decimal number to binary. For example, 45, when converted to binary, is 101101, and when represented in BCD is 01000101.