I would like to convert this : b'\xff\xff\xff\xff\xff\xff\x00\x1b!!\x9c'
to this : '\xff\xff\xff\xff\xff\xff\x00\x1b!!\x9c'
There is an easy way? b'\xff\xff\xff\xff\xff\xff\x00\x1b!!\x9c'.decode() creates an error builtins.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte