728x90
https://stackabuse.com/encode-a-string-to-utf-8-in-java/
Encode a String to UTF-8 in Java
In this tutorial, we'll take a look at how to encode a String to UTF-8 in Java - using StandardCharsets, getBytes() with ByteBuffer and Apache Commons with examples.
stackabuse.com
728x90
'공부 (@Deprecated)' 카테고리의 다른 글
| What is the purpose of List<?> if one can only insert a null value? (0) | 2021.11.05 |
|---|---|
| [HDFS] hdfs dfs rm -r (0) | 2021.11.05 |
| [Google Spread Sheet] 환율 (0) | 2021.11.05 |
| [Java] Integer.MAX_VALUE & Integer.MIN_VALUE (0) | 2021.11.05 |
| [Java] List<Integer> -> int array[] (0) | 2021.11.05 |