是 unicode 16 编码;占两个字节
在编写jsp 国际化程序的时候,会用到这种编码
我在破解手机游戏的时候也遇到过
\u4f60\u597d\u554a 意思为 “你好啊”
请问楼主学过java 么?如果学过,以下代码可以解决(刚刚测试):
============================================
import java.io.UnsupportedEncodingException;
public class test {
public test(){
convert();
}
public void convert(){
String title= "\u4f60\u597d\u554a" ;
System.out.println(title);
}
public static void main(String args[]){
test ts = new test();
}
}
========================================
如果不会用,那就用这个把:
=============保存为inde.html运行===============
html
head
titlegb2312 unicode转换工具/title
/head
body
div align=center
center
table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" width=600 id=AutoNumber1 height=26
tr
td width=100% height=26
p align=centerfont face=黑体 size=5 color=#FF0000unicode 转换工具/font/p
p使用方法:/p
p 在下面的文本框中输入中文文字,按“转化”,即可将其转化为unicode字符。/p
p 再按“还原”,即可将其还原为简体中文。/td
/tr
/table
/center
/div
p align=center
textarea cols=82 rows=10 id=code
/textarea /p
p align=center
input type=button onclick=encode(code,this) value=转化
script
var mode="zhuan";
function encode(obj,btn){
if(mode=="zhuan"){
obj.value=obj.value.replace(/[^\u0000-\u00FF]/g,function($0){return escape($0).replace(/(%u)(\w{4})/gi,"\\u$2")});
btn.value="还原";
mode="huan";
}else{
obj.value=unescape(obj.value.replace(/\\u/g,'%u'));
btn.value="转化";
mode="zhuan";
}
}
/script/p
/body
/html
用在线工具对文字加密解密,步骤如下:
1、打开在线工具官方网站。
2、点击菜单栏的“文字加密解密”。
3、最后我们在这里就可以使用在线工具的文字加密解密了。
加密技术是最常用的安全保密手段,利用技术手段把重要的数据变为乱码(加密)传送,到达目的地后再用相同或不同的手段还原(解密)。
二战军事密码战 兰开军事大学出版社 里面有经典的密码战 和一些密码的破界和加密 有大量的教程 而且易懂 还副送光盘制作简易的个人加密 解密软件
推荐X1Tool, 简洁方便!这个工具手机移动端也能正常使用,很方便