In python, we can do something like print("some random string".encode().decode(\'utf-16\')) which will output: 潳敭爠湡潤瑳楲杮.
print("some random string".encode().decode(\'utf-16\'))
潳敭爠湡潤瑳楲杮
I feel like