Decode a simple word
Input
96==@
Output
hello
Useful for reversing common ROT47 examples.
Developer Tools
Review practical ROT47 Decode examples so you can understand expected input, output, and common patterns faster.
Use this ROT47 decoder to reverse ROT47-transformed text and turn it back into readable output. It is useful for puzzles, challenge writeups, CTF practice, and learning how printable ASCII rotation works across letters, digits, and symbols. Paste ROT47 text into the tool and decode it instantly.
Example pages are especially useful for developer tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
96==@
Output
hello
Useful for reversing common ROT47 examples.
Input
w6==@[ `abP
Output
Hello, 123!
Shows how letters, digits, and symbols return to readable form.
Fix: Check whether the source used ROT47 and not ROT13 or another format.
Fix: ROT47 is mainly for printable ASCII text.
Fix: ROT47 affects many printable ASCII symbols too.
Fix: This tool only reverses ROT47 character rotation.
Fix: Confirm the input format and make sure the source really used ROT47.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main ROT47 Decode page and test your own real input.