ToolPuma Logo

ROT47 Encoder

Rotate printable ASCII by 47 positions to encode text.

Note: ROT47 rotates printable ASCII characters (codes 33–126) by 47 positions. Unlike ROT13 it affects digits and punctuation too. Applying it twice restores the original text.

What Is a ROT47 Encoder?

The ROT47 Encoder tool rotates printable ASCII characters (codes 33-126) by 47 positions within the 94-character printable set. Unlike ROT13, it also affects digits and punctuation, making it useful for more than just letters.

How to Use This ROT47 Encoder

  1. 1
    Enter TextType the text you want to encode.
  2. 2
    EncodeClick 'Encode' to produce the ROT47 output.
  3. 3
    Copy ResultSave the encoded text.

Frequently Asked Questions

ROT13 only rotates letters. ROT47 operates on all printable ASCII characters including digits and punctuation, so it can encode URLs and numbers too.
No. It is a simple obfuscation and can be reversed by anyone who knows the algorithm.