Encoding & Decoding

Base64, URL, HTML, Unicode and JWT helpers.

Base64 Encode

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

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

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

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

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

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

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

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

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

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.