Encoding & Decoding
Base64, URL, HTML, Unicode and JWT helpers.
Base64 Encode — Encode text with a standard browser-side representation. Processed locally in your browser. Your input is not uploaded to our server.
Base64 Decode — Decode the value locally and inspect the result without uploading it. Processed locally in your browser. Your input is not uploaded to our server.
Base64URL Encode — Encode text with a standard browser-side representation. Processed locally in your browser. Your input is not uploaded to our server.
Base64URL Decode — Decode the value locally and inspect the result without uploading it. Processed locally in your browser. Your input is not uploaded to our server.
URL Encode — Encode text with a standard browser-side representation. Processed locally in your browser. Your input is not uploaded to our server.
URL Decode — Decode the value locally and inspect the result without uploading it. Processed locally in your browser. Your input is not uploaded to our server.
HTML Escape — Escape or unescape developer text safely as data. Processed locally in your browser. Your input is not uploaded to our server.
HTML Unescape — Escape or unescape developer text safely as data. Processed locally in your browser. Your input is not uploaded to our server.
Unicode Escape / Unescape — Escape or unescape developer text safely as data. Processed locally in your browser. Your input is not uploaded to our server.
JWT Decoder — Decode the value locally and inspect the result without uploading it. Processed locally in your browser. Your input is not uploaded to our server.