Design a system to convert a two digit BCD number into an8-bit binary number. For example, if the input is thirty-five inBCD format (namely 0011 0101 in BCD format), the output should bethirty-five in 8-bit format (namely 0010 0011 in binary format) by using digital logic.