Java encoding UTF-8

Source: Internet
Author: User

Recently, when working with files, the same type of files used may be different. So want to unify the format of the file (because of the universality of UTF-8, decided to UTF-8 Unified), met the first question is: How to view the existing file encoding method.

file Encoding Problem collection
The principle of string encoding (charset,encoding,decoding)
A brief analysis of Java coding
Method for determining file encoding or text stream encoding
Several of the articles above can be seen as "Getting started to mastering" in coding problems.

If you read the above article, it must be learned that in Java, the class file is encoded in UTF8, the JVM runs with UTF16. Java strings are always Unicode, using the UTF-16 encoding method.

Want to test, Java to UTF-8 file read and write ability, the results found a very depressed problem, if through Java write UTF-8 file, use Java can read correctly, but if you use Notepad to save the same content in UTF-8 format, The use of the program reads a non-visible character from the file.


Here are the reasons for describing the problem in detail, and the solution:

Http://www.cnblogs.com/luoyanli/archive/2013/04/12/3016139.html

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Java encoding UTF-8

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.