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 or decode Base64 (UTF-8 safe) with a URL-safe alphabet, optional padding, 64/76 line wrapping, live byte and character counts, and a hex/binary byte view.
Hash Generator
Hash text or files with MD5, CRC32, SHA-1/256/512, SHA-3 and Keccak, output as hex or Base64, and verify a digest against an expected hash.
URL Encode / Decode
Percent-encode or decode URLs and query strings, edit query parameters in a key/value table, batch-process lists line by line, and highlight encoded characters.
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.