⟩ How to Convert Binary to Excess 3 Code and vice verse?
A number i binary can be converted to excess-3 just by adding the binary equivalent of 3 to the binary number.similarly a number in excess-3 can be converted to binary just by subtracting the binary equivaent of 3 from the binary number.