ciąg Java do bajtowej tablicy utf8
String s = "some text here";
byte[] b = s.getBytes(StandardCharsets.UTF_8);
Nimorum
String s = "some text here";
byte[] b = s.getBytes(StandardCharsets.UTF_8);