Braille Encoding and Decoding
Locally convert between plain text and Unicode Braille characters; it is an encoding tool, not cryptographic encryption.
Local browser processing
This page has passed the public directory check; full functionality is available after enabling JavaScript.
User Guide
How to use Braille encoding and decoding
The Braille codec processes text only in the current browser’s memory; it does not connect to the network, upload data, or write to persistent storage.
Enter text
Enter plain text or Unicode Braille characters.
Select direction
Select text to braille or braille to text, then execute.
Copy result
Check the character mapping, then copy or download the result.
Limitations and Notes
- It only covers the basic one-to-one mapping of Unicode braille characters and does not provide complete language abbreviation rules.
- Braille encoding is not encryption, and any reader can restore the original according to the rules.
- Input size is limited by 1 MiB; final layout and language conventions require manual review.
FAQ
Is this a cryptography tool?
No; it is simply an encoding conversion between text and Unicode Braille characters.
Will ordinary punctuation be preserved?
Mappable characters are converted using the built-in table; uncovered characters are explicitly retained or reported.
Will text be uploaded?
No, processing occurs only in the current page’s memory.