We want to create a table in such a way that each character value is represented by a 6 bit binary value if i enter a character it should represent in binary.Can any one help me out in finding logic in c program.
000001 A 000010 B 000100 C
if i enter CA the binary digit as to be stored in format 000100000001
Thanks and Regards, Jeevan