binary coded decimal

(BCD) Number representation where a number is expressed as a sequence of decimal digits and then each decimal digit is encoded as a four bit binary number. E.g. decimal 92 would be encoded as the eight bit sequence 1001 0010. It is easier to convert decimal numbers to and from BCD than binary and it is possible to build hardware which operates directly on BCD though it is often converted to binary for arithmetic processing.