base1024 encoding using Unicode emojis

Keith Turner via Unicode unicode at unicode.org
Sat Mar 10 23:04:25 CST 2018


I created a neat little project based on Unicode emojis.  I thought
some on this list may find it interesting.  It encodes arbitrary data
as 1024 emojis.  The project is called Ecoji and is hosted on github
at https://github.com/keith-turner/ecoji

Below are some examples of encoding and decoding.

$ echo 'Unicode emojis are awesome!!' | ecoji
������������������������������������������������

$ echo ������������������������������������������������   | ecoji -d
Unicode emojis are awesome!!

I would eventually like to create a base4096 version when there are more emojis.

Keith



More information about the Unicode mailing list