I have a hex string and i want to convert it utf8 to insert mysql. (my database is utf8)
hex_string = \'kitap ara\\xfet\\xfdrmas\\xfd\' ... result = \'kitap
String literals explains how to use UTF8 strings in Python source.