114k views
4 votes
What is binary coded decimal,EBCD and ASCII

User Kean
by
5.5k points

1 Answer

3 votes

Binary Coded Decimal (BCD) code. In this code each decimal digit is represented by a 4-bit binary number. BCD is a way to express each of the decimal digits with a binary code. In the BCD, with four bits we can represent sixteen numbers (0000 to 1111).

User Kolufild
by
5.0k points