● ENCODING · 18 tools
Encoding Tools Online
Encode, decode and inspect data online for free — Base64, URL percent-encoding, HTML entities, JWT decoding and handy lookups. All processing happens in your browser; nothing is stored.
18 free tools
free forever
runs in browser
↳ act on the page: the flagship tool is one paste away — no second click to get value.
What do you want to do?
Most used
start here
E
Base64 Encoder
Encode text or files to Base64 online for free. Supports standar...
E
JWT Decoder
Decode and inspect JSON Web Tokens (JWT) online for free. View h...
E
URL Encoder
Percent-encode URLs and strings online for free. Convert special...
All Encoding tools
15 moreEncode, decode or inspect — which encoding tool?
TOOL
USE WHEN
RESULT
Encoding guides
Encoding tools FAQ
Base64 Encode/Decode, URL Encode/Decode, HTML Entity Encode/Decode, JWT Decoder, URL Parser, HTTP Status Codes and MIME Type lookup — all browser-based.
It converts binary data to a text-safe format for systems that handle only text — data URIs, Authorization headers, and email attachments.
It splits a token into header, payload and signature, decodes the Base64url header and payload to JSON, and flags expired tokens via the exp claim.
No. Everything is processed locally in your browser and never sent to a server.