Encode and decode across URL, Base64, HTML entities, hex and ROT13 in one place.
Encoder / Decoder handles the constant format-shifting of web testing — switch a string between URL encoding, Base64, HTML entities, hexadecimal and ROT13 without leaving the suite.
It is bidirectional and client-side, so encoding a payload or decoding a captured value is a single click.
You can apply encodings in sequence (for example URL-encode a Base64 string) by feeding the output back through the tool.