s
Size: a a a
s
А
s
s
s
..
s
НЗ
НЗ
DM
DC
..
try {
// Convert from Unicode to UTF-8
String string = "\u043f\u0430\u043c\u043f";
byte[] utf8 = string.getBytes("UTF-8");
// Convert from UTF-8 to Unicode
string = new String(utf8, "UTF-8");
System.out.println(string);
} catch (UnsupportedEncodingException e) {
}
M
DC
Z1
DC
.
DC
D
D