Python Program to Convert Bytes to a String

bookmark

print(b'Easy \xE2\x9C\x85'.decode("utf-8"))

 

Output

Easy ✅