1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-06 10:40:30 +08:00
Files
base16384/README.md
2020-04-16 14:16:49 +08:00

12 lines
429 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# base16384
Encode binary files to readable utf16be.
# Description 说明
Use 16384 Chinene characters as the alphabet, like the 64 chars in the base64.
使用16384个汉字作为字符表就像base64用64个字符作为字符表一样。
# Benefits 优点
Save more space and since the code 0x0000 is encoded to "一", finding zero space seems to bo easier.
节省更多空间。
更容易发现二进制文件的规律。