What This Category Includes
Browser-based tools for common encoding, decoding, hashing, token inspection, and Base64 image workflows.
Encoding, decoding, and hash tools
Browser-based tools for common encoding, decoding, hashing, token inspection, and Base64 image workflows.

Encode and decode Base64 text, convert images to Base64, encode and decode URLs, escape HTML entities, generate hashes, and decode JWT payloads.
Encode text to Base64 or decode Base64 back to Unicode text locally.
Convert images to Base64 data URLs or decode Base64 back to images locally.
Encode URL parameters, decode percent-encoded URLs, and switch between component and full URL modes.
Escape HTML special characters and decode named or numeric HTML entities locally.
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes for text or files locally.
Decode JWT header and payload locally, inspect exp, iat, nbf, issuer, subject, and audience claims.
Browser-based tools for common encoding, decoding, hashing, token inspection, and Base64 image workflows.
Encoding, decoding, hash, JWT, and Base64 image tools run locally in your browser. Inputs are not uploaded to the backend.
No. Base64 is an encoding format, not encryption.
It decodes header and payload locally. Signature trust must be verified with the correct key in your own environment.
No. Hash generation runs locally in the browser.