#A byte string can be decoded back into a character string, #if you know the encoding that was used to encode it. b'I am a string'.decode('ASCII') b'I am a string'.decode('utf-8')