In Java I want to convert certain characters to a different format. Since I dont know exact ISO numbers and charsets I can only describe like this: "Üüöäİ" should result like below:
"UuoaI" = magicOperation("Üüöäİ");
What character encoding I need exactly for this?