I tried to decode a hex string but special characters.
When I run
codecs.decode("5469eb73746f2026204b53484d5220666561742e205661737379", "hex")
I get b'Ti\xebsto & KSHMR feat. Vassy'
but I want Tiësto & KSHMR feat. Vassy
I checked the Hex code online but it is correct. Do I need another function or do I just miss one step?