Digital Electronics/Digital Signal Processing/Binary Coded Decimal

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Binary Coded Decimal[edit | edit source]

Binary Coded Decimal was invented by IBM to encode decimal numbers as 4 bit binary numbers

BCD[edit | edit source]

0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001

Number > 9[edit | edit source]

85 1000 0101