bytes = [112, 52, 52]
"".join(map(chr, bytes))
>> p44

 

如果是unicode,则用  unichr(24635)