ROT13 decoder
Transformed in your browser · nothing is uploaded
ROT13 shifts every letter thirteen places. Because thirteen is exactly half of twenty-six, applying it twice returns the original — so encoding and decoding are the same operation.
How to use the rot13 decoder
That self-inverse property is the entire reason ROT13 became a convention rather than a curiosity. Usenet groups used it for spoilers, punchlines and offensive jokes precisely because a reader had to take a deliberate action to see the text, and any client could implement both directions with one function. It offers no security whatsoever and never claimed to — it is a politeness mechanism, the text equivalent of turning a page upside down. Numbers are untouched, which is why the ROT47 variant exists for anyone who wants digits and punctuation scrambled too.
Questions
Apply ROT13 again. It is its own inverse, so the same operation does both.