>>> a="jkjjhhjjj" >>> a_uni = a.decode('utf-8') >>> type(a_uni) <type 'unicode'> >>> type(a_uni)==unicode True >>> a_uniu'jkjjhhjjj'