Encode and Decode given string This program is to encode and decode given string with restricted to ascii characters between 32 to 126
Example:
given string value : Test EnDecode
ascii convert value : 8410111511632691106810199111100101
resulting encode(reverse) : 1010011119910186011962361151110148
given string value : 1010011119910186011962361151110148
reverse string value : 8410111511632691106810199111100101
resulting decode : Test EnDecode