Source: wikibot/excess-3
= Excess-3
{wiki=Excess-3}
Excess-3 is a binary-coded decimal (BCD) code used to express decimal numbers. It is a non-weighted code and is primarily used in digital systems to simplify the implementation of arithmetic operations. In Excess-3 encoding, each decimal digit is represented by its corresponding 4-bit binary representation, which is then incremented by 3.