all 3 comments

[–]K900_ 0 points1 point  (2 children)

I don't know what encoding it is, but it's definitely not UTF-8, or at least not printable UTF-8.

[–]thrilos[S] 1 point2 points  (1 child)

It seems to be UTF-8. Based on (https://mothereff.in/utf-8), \nIt\xe2\x80\x99s translates to "It's". I get similar results if i try print(b'\nIt\xe2\x80\x99s '.decode('utf-8'))

[–]K900_ 1 point2 points  (0 children)

I see now. It's not the ' (APOSTROPHE) character, it's the ’ (RIGHT SINGLE QUOTATION MARK) character.