ascii to decimal code example Example 1: ascii decimal space ASCII Space = 32 Example 2: ascii to decimal python >>> ord('a') 97 >>> chr(98) 'b'