Decimal Encoder Thomas Shaw MIT Takes ASCII strings and encodes each character into it's decimal representation. ascii_reversible decimal_encoder string_encoder linux windows low Convert the decimal (base 10) string into its ASCII value, character by character in sets of 3. Use an ascii table e.g. http://www.asciitable.com OR an online converter e.g. https://www.branah.com/ascii-converter strings_to_encode encoded_strings