Ubuntu – Encoding in utf-16be and decoding in utf-8 print the correct output but cannot be converted into Python representation?
If I'm encoding a string using utf-16be and decoding the encoded string using utf-8, I'm not getting any error and the output seems to be correctly getting printed on the screen as well but still I'm not able to convert…