Bitcoin Mnemojic-phrase

Converter tool

The converter is just an automated tool that replaces each word in the phrase with the equivalent word for the same index/position in the destination language (eg. emoji).

The mnemonic phrase you want to convert. ⚠️ Use with caution.

Wordlist and rationale

I selected a group of 64 emojis that are combined with another group of 32 emojis to form 2048 two-emojis words.

The reason for this is that I wanted emojis that can occupy only one character, which leaves us with less than 2048 emojis (the required amount to have a BIP39 word list).

Since we cannot get to the 2048 emojis I decided to use two-emoji words. I selected 64 emojis from the "smiley faces" group and 32 emojis from the "hands and body" group. This was done arbitrarily based on emojis that are widely supported, look distinctively enough and take 4 bytes.

With that in mind, the 2048 words are formed like this:
[firstEmoji][secondEmoji]
Being the first emoji one from the list of 64, and the second emoji one from the list of 32. The final list is a combination generated by picking them in sequential order.

Final wordlist: https://github.com/diegogurpegui/mnemojic-phrase/blob/master/utils/emoji.txt

This mechanism and the fact that there are two groups of emojis allows the final mnemonic phrase to do without the spaces between words.