文章详情页
如图,java中同样是utf-8存储的字符串,为什么这两种方式输出的字节会不同?
浏览:287日期:2024-02-04 17:10:08
问题描述

问题解答
回答1:首先确保编码统一,文件编码UTF-8,以UTF-8去读文件,getBytes也传入UTF-8另,不要用记事本!不要用记事本!不要用记事本!重要的事情说三遍!!!
回答2:在 Java8 的文档中说 String.getBytes() 是按平台默认的字符集来编码。如果是 Windows,默认字符集不是 utf-8,而是 gbk。Linux 要看配置(具体如何我不是很清楚)。
Encodes this String into a sequence of bytes using the platform’s default charset, storing the result into a new byte array.
The behavior of this method when this string cannot be encoded in the default charset is unspecified. The CharsetEncoder class should be used when more control over the encoding process is required.
传送门:String.getBytes()
标签:
java
相关文章:
1. css3 - 如图的flex骰子布局是怎么实现的?2. javascript - vue 数据更新了。但是dom没有更新,,,,,如图3. css3里rotate怎么实现如图的效果4. MySQL主键冲突时的更新操作和替换操作在功能上有什么差别(如图)5. 如图,java在括号中输入new的时候跟在外面的提示不一样6. android 如何实现如图中的键盘上的公式及edittext的内容展示呢7. angular.js - 怎么用Angularjs 来实现如图8. javascript - 一个抽奖的效果(如图)?9. javascript - 如图,百度首页,查看源代码为什么什么都没有?10. javascript - 百度搜索网站,如何让搜索结果显示一张图片加上一段描述,如图;求教
排行榜

网公网安备