Android strings

Hi,
when i read a string from an android text input and send it as a string inside a json object in a post call, it works fine. But not if i use special characters ( like ÄOÜß ). So i guess i have to somehow convert it in something? No luck with Utf8.encode :confused:

If the post call is ANSI only perhaps it would be possible to send as Base64