Python Program to Convert Bytes to a String
print(b'Easy \xE2\x9C\x85'.decode("utf-8"))
Output
Easy ✅
print(b'Easy \xE2\x9C\x85'.decode("utf-8"))
Output
Easy ✅