Im trying to do this for work. I am to design a binary code for encoding words. They are both upper and lower case, basic punctuation,16 different font styles, bold, itilicied, underlined or regular, font sizes (10-30, even numbers)

i need the least number of bits used to represent each aspect of the given scenario

i need to specify codes for representing each aspect and to code a sentence.

Also, specify...