공부
[Java] JVM encoding
승가비
2021. 11. 5. 12:30
728x90
System.out.println(String.valueOf(Charset.defaultCharset()));
https://stackoverflow.com/questions/1006276/what-is-the-default-encoding-of-the-jvm
What is the default encoding of the JVM?
Is UTF-8 the default encoding in Java? If not, how can I know which encoding is used by default?
stackoverflow.com
728x90