Tool for decoding/encoding with fractionated Morse code. Fractionated Morse cipher is a variant of Morse code that adds an overcryption to it by splitting dots and dashes in groups of 3.
Fractionated Morse Cipher - dCode
Tag(s) : Substitution Cipher
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!
The encryption consists, first of all, of encoding the plain message in Morse (point . for short, dash - for long), with a separator |, between each letter, and between each word a double separator ||.
Example: DCODE MORSE is encoded in Morse -..|-.-.|---|-..|.||--|---|.-.|...|.||
The morse message is divided into trigrams (groups 3 characters) and completed with . or - if required (for the last one)
Example: -.., |-., -.|, ..., ||. (A dot has been added)
Each trigram is then substituted with the following table (read in columns) to get the encoded message.
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
. | . | . | . | . | . | . | . | . | - | - | - | - | - | - | - | - | - | | | | | | | | | | | | | | | | |
. | . | . | - | - | - | | | | | | | . | . | . | - | - | - | | | | | | | . | . | . | - | - | - | | | | |
. | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - |
Example: -.. corresponds to J, |-. for V, -. for L, etc. The final encrypted message is JVLNVGZQODSGY
It is possible to mix the order of the letters of the alphabet to complicate the decryption.
The fractionated Morse decryption requires to know the table used for the encryption (possibly generated with a disordered alphabet or a key).
Each letter of the encrypted message is re-associated with the corresponding trigram.
Example: The message ONTGCI gives --|---|.-.|...|.||
The plain message is then obtained by deciphering this code in Morse (with | as the letter separator).
Example: The decoded plain message is MORSE.
The message is composed of letters and has a coincidence index a little lower than that of the language of the plain text.
Some bigrams or trigrams can never appear as IS, IT, ... IZ or RS, RT, ... RZ because they would introduce three separators ||| which is impossible.
Frequency analysis of trigrams and quadrigrams can give a good estimate of the position of the words THE, OF, etc. in the text.
During encryption, the first row of the table is the alphabet used, a deranged alphabet, or an alphabet generated from a key is also a possibility.
dCode retains ownership of the "Fractionated Morse Cipher" source code. Any algorithm for the "Fractionated Morse Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Fractionated Morse Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Fractionated Morse Cipher" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Fractionated Morse Cipher" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Fractionated Morse Cipher on dCode.fr [online website], retrieved on 2025-04-16,