This page can convert any UTF-8 string to normal Java code that can be used and stored
as ASCII-based Java source.
For example, the Java string
"c = 2\u2219\u03c0\u2219r"
will be displayed as
"c = 2∙π∙r".
This page helps you convert those UTF-8 characters to ASCII-based Java-code.
Here's some additional helpful UTF-8 characters to copy and paste:
Greek: Όταν μπώ σε λειτουργία
δεν είναι πολύ δύσκολο
να συνεχίσω.
Czech and Slovak: š ť ž ľ č ě ď ň ř ů ĺ
Š Ť Ž Ľ Č Ě Ď Ň Ř Ů Ĺ
Emoji: 😀
🍇🍈🍉🍊🍋🍌🍍🥭🍎🍏🍐🍑🍒🍓🥝🍅🥥
Type in some UTF-8 text and press the [Submit] button:
Here's the Java source code for UTF-8 to java code conversion.