Text Encoder

Encode and decode text using ROT13, Atbash, and Morse code

encodedecoderot13atbashmorseciphertextencryptdecrypt

About Text Encoding

ROT13

ROT13 is a simple letter substitution cipher that replaces each letter with the 13th letter after it in the alphabet. It's its own inverse - applying ROT13 twice returns the original text.

Atbash

Atbash is a substitution cipher where the first letter of the alphabet is replaced with the last, the second with the second-to-last, and so on. Like ROT13, it's self-inverse.

Morse Code

Morse code represents text characters as sequences of dots and dashes. Originally used in telegraphy, it's still used today in various applications including aviation and amateur radio.