This document discusses code converters and excess-3 coding. It provides background on code converters and their use for protecting private information. It then describes excess-3 coding, which represents decimal digits using 4 bits with a value of the digit plus 3. A truth table and Karnaugh maps are used to design a circuit to convert binary coded decimal to excess-3 code. The circuit outputs are derived as logical expressions of the inputs. Applications of excess-3 coding include older computers, cash registers, and calculators.