BIP39 • BINARY
How to read your SATONA plate
No proprietary code. Each line simply contains the position of a BIP39 word written in binary.
One word → one position → 11 bits
The English BIP39 list contains 2,048 words.
Each word has a fixed position from 0 to 2,047.
SATONA does not transform the word arbitrarily. It simply takes this position and writes it as an 11-bit binary number.
00000000000
00000000001
00000000010
00000000011
00000000100
00000000011
Why 11 squares?
11 bits can represent 2,048 different values. That is exactly the number of entries in the BIP39 list.
211 = 2048
Recover a word from your plate
A marked square represents 1. An empty square represents 0.
To recover the word position, simply add the values of the marked squares.
64 + 16 + 4 + 2 = 86
The resulting number is the word position in the BIP39 list.
What if SATONA no longer exists in 20 years?
Your plate does not depend on SATONA for decoding.
Binary is a universal mathematical notation. There is no SATONA key, proprietary algorithm or server required to interpret the 11 squares.
With the BIP39 list and the values below, you can recover every position manually, then find the corresponding word in the BIP39 list.
Try the conversion yourself
This local educational tool only converts a number or an 11-bit string. It never asks for a recovery phrase and sends no network request.