Simple online tools for developers, networking, text and conversions.

Developer Tools

ROT47 Encode

Encode text with the ROT47 cipher instantly.

Tool

Use this ROT47 encoder to rotate printable ASCII characters and create ROT47-encoded output instantly. It is useful for puzzles, CTF practice, lightweight obfuscation demos, and learning how broader printable-character rotation differs from ROT13. Paste text into the tool and get ROT47 output directly in the browser.

About this tool

Use this ROT47 encoder to rotate printable ASCII characters and create ROT47-encoded output instantly. It is useful for puzzles, CTF practice, lightweight obfuscation demos, and learning how broader printable-character rotation differs from ROT13. Paste text into the tool and get ROT47 output directly in the browser.

Use rot47 encode when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Paste text into the input box
  2. Click Run Tool to apply ROT47
  3. Review the transformed output
  4. Copy the result for a puzzle or demo
  5. Use ROT47 Decode to reverse it later

Examples

Example

Input

hello

Output

96==@

Shows how printable ASCII letters change under ROT47.

Example

Input

Hello, 123!

Output

w6==@[ `abP

Useful for seeing how digits and punctuation also change in ROT47.

Common errors

The user expects Unicode support for all characters

Fix: ROT47 is mainly designed around printable ASCII characters.

The user expects real encryption

Fix: ROT47 is only a reversible character rotation, not secure encryption.

The input contains non-printable control characters

Fix: ROT47 works best on normal printable text.

The user wants the reverse action

Fix: Use ROT47 Decode, even though the transform is symmetrical.

The user expects only letters to change

Fix: ROT47 affects many printable ASCII symbols, not just letters.

FAQ

What does ROT47 Encode do?

It rotates printable ASCII characters by 47 positions.

How is ROT47 different from ROT13?

ROT47 works on a broader printable ASCII range, while ROT13 only rotates letters.

Is ROT47 secure?

No. It is a simple reversible transformation, not secure encryption.

Does ROT47 affect numbers and symbols?

Yes. Printable ASCII digits and symbols can change too.

What is the reverse of ROT47 Encode?

The reverse tool is ROT47 Decode.

Use cases

Related tools