From aef591fa11085671e9fa75afdf25c8d040ffd842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 16 Apr 2020 14:16:49 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ad6af64..5d11ba1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # 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. +节省更多空间。 +更容易发现二进制文件的规律。