What is in this category?
- JSON Formatter — pretty-print or minify, with a clear line:col error on invalid input.
- Base64 — text ↔ base64 with proper UTF-8 + URL-safe option.
- URL Encoder — encodeURIComponent and encodeURI for query strings or full URLs.
- Hash Generator — SHA-1, SHA-256, SHA-512 (plus MD5 fallback) for text or files.
- JWT Decoder — split, base64URL-decode, and pretty-print header + payload (no signature verification).
- Markdown to HTML — live preview using marked + DOMPurify for XSS-safe rendering.