Code & Web
Encode Base64 and URLs, format HTML and CSS, preview Markdown, and validate regular expressions, links, and email addresses locally.
Encoders
Encode Unicode text as RFC 4648 Base64 or decode percent-encoded and form-plus URL text with explicit malformed-input errors.
Decoders
Decode standard or URL-safe Base64 into strict UTF-8 text and reject malformed alphabets or invalid byte sequences.
File Converters
Read a selected file as bytes and create a MIME-aware Base64 data URL without uploading or altering the file.
Encoding
Percent-encode Unicode text for URL components with encodeURIComponent rules and clearly expose every escaped byte sequence.
Markup
Format HTML source or convert Markdown to sanitized HTML for review, copying, and safe local preview.
Markdown
Render GitHub-flavored Markdown into a sanitized local preview with protected external links and active HTML removed.
Analysis
Measure Markdown words, characters, headings, links, fenced code blocks, paragraphs, and estimated reading time.
Stylesheets
Reindent CSS rules, declarations, at-rules, and nested blocks into readable stylesheet source for review.
Validators
Test regular expressions and check URL or email syntax with visible match, parsing, and failure details.
Are these tools private and available offline?
Processing happens locally in browser memory. After the application has been cached, supported tools can continue working offline without sending your input to a server.