What This Category Includes
Browser-based encoding and decoding tools for Base64 text, image Base64 data URLs, URL percent encoding, HTML entities, and JWT inspection.
Encoding and decoding tools
Browser-based encoding and decoding tools for Base64 text, image Base64 data URLs, URL percent encoding, HTML entities, and JWT inspection.
Encode text to Base64 or decode Base64 back to Unicode text locally.
URLURL Encoder and DecoderEncode URL parameters, decode percent-encoded URLs, and switch between component and full URL modes.
HTMLHTML Entity Encoder and DecoderEscape HTML special characters and decode named or numeric HTML entities locally.
JWTJWT Decoder OnlineDecode JWT header and payload locally, inspect exp, iat, nbf, issuer, subject, and audience claims.
ImageImage to Base64 ConverterConvert images to Base64 data URLs or decode Base64 back to images locally.
Use online encoding and decoding tools to encode and decode Base64 text, convert images to Base64, encode and decode URLs, escape HTML entities, and decode JWT payloads locally.
Browser-based encoding and decoding tools for Base64 text, image Base64 data URLs, URL percent encoding, HTML entities, and JWT inspection.
Encoding and decoding tools in this category run locally in your browser. Text, images, URLs, HTML snippets, JWTs, and Base64 values are not uploaded to the backend.
No. Base64 is an encoding format, not encryption.
The JWT decoder reads header and payload data locally. It does not prove that a token is trusted unless you verify the signature with the correct key in your own environment.
No. Image Base64 conversion runs in your browser.