BCD (Binary Coded Decimal) is a binary encoding method where each decimal digit is represented by a 4-bit binary code. For example, decimal 12 would be encoded as 0001 0012 (one 4-bit code for '1' and another for '2'). This encoding is useful for applications requiring precise decimal representation like financial calculations.