Tool Topics
Encoding, Hashing & Charset Tools
Encoding and hashing are foundational in web development and API work. Base64 encodes binary data as text; URL encoding handles special characters; MD5 and SHA families verify integrity; UTF-8 tools help you understand character encoding. Following RFC 4648 (Base64) and RFC 3986 (URI encoding), all tools run locally in the browser.