1) each character is typecasted to int and converted to 8 bit binary 2) each 6 bits of concatenated binary number obtained following 1) is converted to char, ...
1) each character is typecasted to int and converted to 8 bit binary 2) each 6 bits of concatenated binary number obtained following 1) is converted to char, ...