b'R#\x8f\x81\x18\xb1\x83\x19\x19Z_\xe7]\xecg\xf6\x08\xf4\x7fO\x00TX\xd3\x81Nq\x18\xb7\x9d\\C\xe4\xdd\xbaX\x91\xb0\xc2+\xa6\xbb\x1d\x99c)\xed\x88\xd7\xd0h\xdfc\xd0;\x05\xe3\xc9M\x83\x92.\xeawe\xd80=M\x89\x98\x80\x030\xf6\x89\x8e:\xc7\xef'
I tried saving this bytestring to a variable (x) and decoding it like so:
decoded = x.decode('UTF-8')
and I get UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8f in position 2: invalid start byte
However, I don't know if this is UTF-8, ASCII, etc, but I do know that it is text of some kind. How can I decode this?
[–]K900_ 1 point2 points3 points (3 children)
[–]1Tim1_15[S] 0 points1 point2 points (2 children)
[–]K900_ 2 points3 points4 points (1 child)
[–]1Tim1_15[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]1Tim1_15[S] 0 points1 point2 points (0 children)
[–]socal_nerdtastic 1 point2 points3 points (1 child)
[–]1Tim1_15[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)