https://github.com/dailc/charset-encoding-series
字符编码系列,包括UTF8,GBK,UTF16直接的转换,Base64编码,RSA,DES加密等
https://github.com/dailc/charset-encoding-series
Last synced: 4 months ago
JSON representation
字符编码系列,包括UTF8,GBK,UTF16直接的转换,Base64编码,RSA,DES加密等
- Host: GitHub
- URL: https://github.com/dailc/charset-encoding-series
- Owner: dailc
- License: mit
- Created: 2017-04-26T03:28:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T01:34:12.000Z (about 9 years ago)
- Last Synced: 2024-01-15T00:20:31.481Z (over 2 years ago)
- Size: 62.5 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## charsetEncodingSeries
字符编码系列,包括UTF8,GBK,UTF16直接的转换,Base64编码,RSA,DES加密等
TODO: 待补...
### 相关博文
* [字符编码系列(UTF8,GBK,UTF16以及应用)](http://www.jianshu.com/p/94c9086a0fe5)
* [【字符编码系列】字符,字符集,字符编码解惑](http://www.jianshu.com/p/a5a510b31b6b)
* [【字符编码系列】常用的几种字符编码(GBK,UTF-8,UTF-16)](http://www.jianshu.com/p/bab0fcf84683)
* [【字符编码系列】JavaScript使用的编码-UCS-2](http://www.jianshu.com/p/a3f2e90c799e)
* [【字符编码系列】GBK,UTF-8,UTF-16之间的转换](http://www.jianshu.com/p/cdca33c8433f)