Text → encode everything
Type text once and get Base64, a hash, a URL-encoded form, a slug, and a word count together.
Text → encode everything — A one-input, many-outputs workspace: type or paste into the memo and the same text flows at once into a Base64 encoder, a hash generator, a URL encoder, a slugifier, and a word counter. One action, every encoding — all client-side.
Included tools
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text (UTF-8 safe).
Hash Generator
Generate MD5, SHA-1, SHA-256 and SHA-512 hashes from text.
URL Encode / Decode
Percent-encode or decode URLs and query strings.
Slugify — Text to URL Slug
Turn any text into a clean URL slug with a hyphen or underscore separator, plus optional lowercasing, accent stripping and repeated-separator collapsing.
Word & Character Counter
Count characters, words, sentences, lines and estimated reading time of pasted text.