python print ascii value of string code example Example: string to ascii value python >>> s = 'hi' >>> [ord(c) for c in s] [104, 105]