BCD to Excess 3
Excess-3 (XS-3) is a non-weighted code used in decimal systems.
It is derived from BCD (Binary-Coded Decimal) by adding 3 (0011₂) to each BCD digit.
Each decimal digit (0–9) is represented by a 4-bit code
Conversion Rule (BCD → Excess-3)
Take the 4-bit BCD input.
Add 0011 (3 in binary).
Result = Excess-3 code.
Truth Table
K Map
Logic Circuit