Apps / Text & Developer Tools / Text Reverse & ROT13 Cipher

🔁 Text Reverse & ROT13 Cipher

Two small text tricks in one page: reverse text (by character or by word), and rotate letters with ROT13 or ROT47. Nothing leaves your browser.

1. Reverse text

Character reverse iterates by Unicode code point, so multi-byte emoji and accented characters aren't broken apart.

2. ROT13 / ROT47

Both ciphers are self-inverse: running the same operation on the output again restores the original text. That's why there's one "Apply" button, not separate Encode/Decode buttons — ROT13("ROT13(x)") = x, and likewise for ROT47.