01 Mar 2016
In [7]: str = "我--日* " In [8]: print str.encode('hex') e68891e28094e28094e697a52a20 In [9]: print str.encode('hex').decode('hex') 我--日*