Braille translator — text to Braille and back
Convert ordinary text into Grade 1 Unicode Braille and decode Braille cells back into text. It follows standard uncontracted Braille rules, marking capitals and numbers with the correct prefix signs, and works with the Unicode Braille block so the output copies and pastes anywhere.
How it works
When encoding, each letter maps to its Braille cell; an uppercase letter is prefixed with the capital sign ⠠, and a run of digits is prefixed with the number sign ⠼ (after which the cells for a–j represent 1–9 and 0). Spaces and unknown characters pass through unchanged. Decoding reverses this: the tool tracks whether it is in capital or number mode from the prefix signs and converts each cell back to the right letter or digit.
Example
Encoding Gera 7:
| Input | Braille |
|---|---|
G (capital) | ⠠⠛ |
era | ⠑⠗⠁ |
| (space) | (space) |
7 | ⠼⠛ |
Result: Gera 7 → ⠠⠛⠑⠗⠁ ⠼⠛. Type or paste your input, pick a direction, and
copy the result — everything happens in your browser with nothing uploaded.