Tool to encode/decode data with Base100 π― (message consisting only of emojis πΉππͺππ¨π§π§).
Base100 π― - dCode
Tag(s) : Substitution Cipher, Character Encoding
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Baseπ― is a coding method that allows each byte to be represented by a unique emoji symbol. This allows binary data to be represented without any additional printable characters (and without using regular printable characters).
Base100 assigns a unique emoji to each byte. The emojis range from U+1F3F7 to U+1F4F6 (256 emojis in total).
Example: Base100 translates to πΉππͺππ¨π§π§
Base100 decoding is a substitution of symbols/emoticons towards their corresponding byte.
Example: π§πππ¦ corresponds to the bytes 0xF0 (240), 0x9F (159), 0x92 (146) and 0xAF (175) which are the 4 bytes used to encode the π― emoji using UTF-8 encoding .
The message is composed only of emoji, one per byte.
If the plain message is written in ASCII code and is 10 characters long, the encrypted message is made up of 10 emojis (equivalent to one digit by substitution).
If the plain message is only composed of letters (and they are all the same case, no upper and lower case) then the message is composed of at most 26 emojis (equivalent to a monoalphabetic substitution).
The number 100, sometimes written π― (double underlined number one hundred emoji) is a clue.
The base authorπ― is Adam Niederer, according to his GitHub repository in 2017 here
dCode retains ownership of the "Base100 π―" source code. Except explicit open source licence (indicated Creative Commons / free), the "Base100 π―" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Base100 π―" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Base100 π―" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Base100 π―" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Base100 π― on dCode.fr [online website], retrieved on 2024-11-17,