Search for a tool
Braille Alphabet

Tools to write/translate Braille. Braille is a tactile alphabet/writing system for blind people that also can be described with digits.

Results

Braille Alphabet -

Tag(s) : Communication System, Symbol Substitution

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Braille Alphabet' tool for free! Thank you!

Braille Alphabet

Braille Decoder









Braille Encoder

 














Answers to Questions (FAQ)

What is Braille? (Definition)

The Braille alphabet is a tactile reading system designed for people who are blind or have a visual impairment.

How to encrypt using Braille cipher?

Braille code translation uses a specific alphabet for the visually impaired/blind, made up of raised dots suitable for touch with 1 or more fingers. Each character therefore corresponds to a combination of 6 points (embossed or not) arranged in two columns of three points each.

There are different alphabets, all based on the French alphabet (first created by Louis Braille). Today, the International alphabet is the most widely used.

ABCDEFG
HIJKLMN
OPQRSTU
VWXYZ

Example: BRAILLE is written '⠃ ⠗ ⠁ ⠊ ⠇ ⠇ ⠑' (Unicode characters) or
char(35)char(55)char(33)char(42)char(39)char(39)char(49) (images)

The dots are read in column and are numbered 1-2-3 for the first column and 4-5-6 for the second.

Example: BRAILLE can therefore also be written 12,1235,1,24,123,123,15

For the digits, there are 2 modes, the international mode uses the symbol (3-4-5-6 - backward L) and the letters from A to J are respectively 1,2,3,4,5,6,7,8,9 and 0. The second French mode, called Antoine, uses the symbol (6) instead of but keeps the letters from A to J for the value of the digits.

Example: 1 is thus written ⠼⠁ (international mode) or ⠠⠁ (Antoine mode)

An ambiguity can arise on the interpretation of the numbers with several digits '⠼⠁ ⠁' can mean 11 or 1A, to avoid this the numeric symbol can be repeated with each digit.

<dfn>braille</dfn>

How to decrypt Braille cipher?

Braille decryption requires only a substitution with a Braille alphabet symbol (6 dots).

Example: char(57)char(41)char(53)char(57)char(49) or 145 14 135 145 15 is decrypted DCODE

For digits, pay attention to the potential prefix (3456) or (6)

How to recognize Braille ciphertext?

The ciphered message is constituted of dots arranged in 2 columns of 3 dots. Caution, however, it may be presented in forms unsuited to tactile reading (see variants).

What are the variants of the Braille cipher?

Depending on the languages some rare characters like those with accents can become other characters.

Braille can be presented in Unicode characters, in numeric code (composed of numbers from 1 to 6 in groups), or in binary format (each digit from 1 to 6 can be rated by a bit 0 or 1).

Example: D is coded 145 or 100110 (bits 1,4,5 are at 1, starting from the left)

The 6 bits can be used in octal format (reverse reading in groups of 3 001 for 1, 011 for 3 to get 13).

How to print Braille?

Braille printing can be done with an embosser. More recently, 3D printing, although much longer, allows you to make your own braille prints.

According to the Braille Authority, a Braille dot must have a diameter of 1.44 mm and a height of 0.48 mm.

The distance between 2 points of the same character (horizontally or vertically) must be 2.34 mm. While the center distance between 2 identical points of 2 consecutive characters must be 6.20 mm. here

When was Braille alphabet invented?

Louis Braille presented its alphabet in 1829.

Source code

dCode retains ownership of the "Braille Alphabet" source code. Except explicit open source licence (indicated Creative Commons / free), the "Braille Alphabet" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Braille Alphabet" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Braille Alphabet" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "Braille Alphabet" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Braille Alphabet on dCode.fr [online website], retrieved on 2024-05-29, https://www.dcode.fr/braille-alphabet

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Braille Alphabet' tool for free! Thank you!


https://www.dcode.fr/braille-alphabet
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback