design a state table and diagram for a campus id consisting of 6 letters. when converted to binary using ascii code the id has 7-bits for each letter . e.g campus id TSHMUD(T = 1010100, S = 1010011, H = 1001000, M = 1001101, U = 1010101, D = 1000100)..what could be the shortest method for this design?