इस टूल में कोई समस्या है?
«Rot13 डिकोडर ऑनलाइन» के बारे में
यह टूल ROT13 एनकोडिंग को सादे टेक्स्ट में वापस उल्टा करता है। चूँकि ROT13 सममित है (शिफ्ट 26-अक्षर वर्णमाला के चारों ओर बिल्कुल दो बार लपेटता है), ROT13 आउटपुट पर ROT13 लागू करने से मूल पुनर्प्राप्त होता है।
यदि आप टेक्स्ट को ROT13-एनकोडेड होने का संदेह करते हैं तो इसका उपयोग पढ़ने के लिए करें।
टूल विराम चिह्नों, संख्याओं और व्हाइटस्पेस को संरक्षित करता है — केवल A-Z अक्षर शिफ्ट होते हैं।
इस टूल का उपयोग कैसे करें
How to undo ROT13 substitution on text
Paste the ROT13 text
Drop the encoded string into the "Text" field. The tool applies a 13-position shift back to each A–Z letter (`N↔A`, `O↔B`, …, `Z↔M`). Case is preserved; non-letters pass through unchanged.
Press Run
Result returns a single `decoded` field. Examples: `Uryyb, Jbeyq!` → `Hello, World!`; `5 CZ` → `5 PM`. Because ROT13 is an involution, this decoder is mathematically identical to the encoder — the labels just signal intent.
Telling encoded from plain text
ROT13 of normal English looks like word-shaped gibberish: vowels move, but spaces and punctuation stay. If the input looks like prose with `J`, `K`, `Q`, `X` showing up more than usual, it's probably ROT13.
Don't decode what isn't ROT13
If your input is real prose, running it through this tool just produces gibberish. Use only when you're confident the source was ROT13 (spoiler block, puzzle answer, USENET-era post).