Binary Coded Decimal (BCD) is a numeral system that encodes each decimal digit (0-9) as a four-bit binary number. For example, the decimal number 1895 is represented in BCD as 0001 1000 1001 0101. The process of converting from binary to BCD involves first converting to decimal and then encoding each decimal digit as a four-bit binary equivalent.