Same text, different encoding
A space becomes %20 in URL encoding, SGVsbG8= in Base64, and stays readable after HTML entity escaping unless markup characters appear.
6 local tools
Choose local tools for Base64 text, URL components, query strings, HTML entities, token payloads, and small image data URIs.
Base64 is reversible text encoding, URL encoding protects URL components, and HTML entities make markup display as text.
Image Base64 uses FileReader and blocks oversized images before reading.
No. These tools transform representation and do not make data secret.
No. URL tools parse or transform text locally without network requests.