Run
bytes = b'\x65\x66\x67\x68\x69' resultString = str(bytes, encoding='utf-8') print(f'Resulting string is - "{resultString}"')
Output