Char Tools, convenient character encoding and Conversion Tool, chartools
Work Relationship, often character encoding conversion needs, write this tool
Char Tools is a convenient character encoding and Conversion Tool developed based on. Net Framework 2.0 Winform
Main functions
- URL encoding: URLEncode
- URL Decoding: URLDecode
- Base64 encoding: Base64 Encode
- Base64 decoding: Base64 Decode
- Convert to HTML Entity number character (decimal): & # format
- Convert to HTML Entity number character (hexadecimal): & # x format
- Convert to Unicode Escape Character: \ u format
- Decodes Unicode escape characters
- Other character encoding conversion: such as UTF-7 to GB2312, etc.
- Simplified to traditional Chinese
- Traditional to simplified
- Other functions will be added later as needed
Remarks:
- If the target encoding or source encoding is not specified, the current system encoding is used by default.
- When the drop-down list does not have the required encoding, enter the character code page or encoding name. The program will try to get the encoding you entered.
Http://pan.baidu.com/s/1ntorfp3
Interface Preview