Morse Code Converter
Convert text to Morse code and Morse code back to text.
Transform text with the ROT13 substitution cipher.
ROT13 is a Caesar cipher that shifts letters by 13 positions. Applying it twice gives back the original text, making it useful for simple obfuscation such as hiding spoilers.
ROT13 shifts each letter 13 positions in the alphabet. Because the alphabet has 26 letters, applying ROT13 twice restores the original text.
ROT13 only transforms Latin letters. Japanese characters, digits, and symbols pass through unchanged.
No. ROT13 is a very simple transformation and is not suitable for security purposes. It is mainly used for hiding spoilers or puzzles.