Free website utilities
Preview, format, compress, hash, and encode in your browser.
Web Utility Lab gives developers, editors, students, and site owners a practical set of front-end tools with no signup and no server upload required.
Paste code or text, choose an operation, then copy the result. The first release focuses on simple workflows that stay out of your way.
Tool directory
Core utilities for everyday website work
Each tool has a focused page, clear controls, and browser-side processing for quick experiments and routine cleanup.
HTML Online Editor
Write HTML, click preview, and inspect the rendered result in an isolated frame.
PreviewHTMLHTML Formatter and Compressor
Beautify messy markup or compress HTML fragments for cleaner delivery.
FormatCompressCSS Formatter and Compressor
Make stylesheets easier to read or remove extra whitespace for compact output.
StylesMinifyJavaScript Formatter and Compressor
Beautify simple scripts or compress JavaScript snippets without running them.
ScriptsBeautifyMD5 Hash Generator
Generate an MD5 hash and compare text with an existing hash value.
HashVerifyBase64 Encoder and Decoder
Encode Unicode text to Base64 or decode valid Base64 back to readable text.
EncodeDecodeSimple workflow
Three steps from input to result
1. Paste code or text
Use the focused input panel for HTML, CSS, JavaScript, plain text, hashes, or Base64 strings.
2. Choose an operation
Preview, format, compress, hash, encode, decode, or compare with direct action buttons.
3. Copy the output
Review the result, copy it to the clipboard, clear the workspace, or download text when useful.
FAQ
Practical notes before you paste
Is my input uploaded?
No. The tools run in the browser for this static version. Avoid pasting secrets into any website unless you understand the risk.
Is Base64 encryption?
No. Base64 is encoding. Anyone can decode it if they have the string.
Can MD5 be decrypted?
No. MD5 is a one-way hash. This site generates hashes and compares values, but it does not decrypt them.
Are minifiers advanced optimizers?
The first release focuses on safe whitespace cleanup for snippets. Use production build tools for complex optimization.