What this tool does
Encodes text into a base‑100 representation (00–99 tokens) and decodes back to text.
Steps
- Enter text → Encode → get space‑separated 00–99 tokens.
- Paste tokens → Decode → restore text.
Example
Hello → 07 04 11 11 14 ...
Notes
- Accepts spaces/commas/hyphens between tokens; tokens must be 00–99.
- Local processing only.