Multi-Format Encoder & Decoder
Base64, URL, HTML entities & hex — all UTF-8 safe
Multi-Format Encoder & Decoder brings four everyday developer encodings into one tabbed tool: UTF-8 safe Base64 (using TextEncoder/TextDecoder instead of a naive btoa that corrupts non-Latin1 text), standard URL encoding, HTML entity encoding/decoding with a wide named-entity table, and UTF-8 safe hex conversion. Clear Encode/Decode buttons make round-tripping any text instant.
- →Base64 encode/decode is fully UTF-8 safe — emoji, accents, and CJK text round-trip perfectly, unlike naive btoa()
- →URL encoding uses the browser's native encodeURIComponent / decodeURIComponent
- →HTML entity decoding understands numeric entities (' ') plus a wide table of common named entities
- →Hex encode/decode is also UTF-8 safe, correctly handling multi-byte characters in both directions
- →Watermarked by Cikal Studio Labs · Works on any device, no install required
More Dev Tools
SSL/TLS Certificate Checker
Full SSL/TLS certificate analysis: expiry, chain validation, cipher suites, protocol versions, and vulnerability scan.
API Security Headers Auditor
Scan any URL for missing or misconfigured security headers: CSP, HSTS, X-Frame-Options, and 10 more.
CORS Policy Analyzer
Test any API endpoint's CORS configuration for misconfigurations that could expose your users to cross-origin attacks.