↻
⏵︎ Run
bytesObj = b'\x68\x65\x6C\x6C\x6F' string = bytesObj.decode('utf-8') print(string)
Output