Online XML, JSON data transfer
Http://www.bejson.com/go.php?u=http://www.bejson.com/xml2json
Base64 Online encoding and decoding
Http://tool.chinaz.com/Tools/Base64.aspx
Http://www1.tc711.com/tool/BASE64.htm
http://tools.jb51.net/tools/base64_decode-gb2312.php
The Base64 is particularly suitable for fast data transfer under the Http,mime protocol, with particular attention to the fact that the POST request is not able to transmit the% character and must be encoded in Unicode or Base64 to the service-side decoding.
The character% has been converted to jq== after Base64, so it can be seen that the advantage of Base64 encoding is
- Encrypted string only
[0-9a-zA-Z+/=]
, non-printable characters (including transfer characters) can also be transmitted;
Decode the URL with UrlEncode encoding/urldecode
http://tool.chinaz.com/tools/urlencode.aspx?qq-pf-to=pcqq.c2c
Unicode Encoding Conversion Tool
Http://tool.chinaz.com/Tools/Unicode.aspx
One feature of Unicode is that all Chinese characters are converted to \u. eg: \u5468\u6770\u4f26 = "Jay Chou
Online conversion Tool