Encoder & Decoder Tools

Free online encoder and decoder tools for developers, security researchers, and data engineers. Base64 encode/decode, URL encoding/decoding, HTML entity encoding, JWT decoder, MD5/SHA-256/SHA-512 hash generators, hex encoder/decoder, Unicode encoder, ASCII encoder, ROT13, Caesar cipher, QR code generator, barcode generator, JavaScript/JSON/XML/CSV/regex string escaping — all running instantly in your browser with zero data sent to any server.

33
Tools
11
Groups

Base Encoding & Decoding

10 tools

Encode and decode data using Base64, Base32, Base58, and Base85 encoding schemes. Essential for binary-to-text conversion, email attachments, data URIs, API request payloads, and cryptographic data serialization. All conversions run locally in your browser — no data is uploaded.

URL Encoding & Utilities

8 tools

Encode, decode, parse, and build URLs with dedicated tools for percent-encoding (encodeURIComponent), query string parsing, Punycode internationalized domain names, and full URL construction. Fix malformed URLs, inspect query parameters, and prepare strings for safe use in HTTP requests.

HTML Encoding & Decoding

4 tools

Encode and decode HTML entities, HTML special characters, and named/numeric entity references. Tools for escaping & < > " ' into &amp; &lt; &gt; &quot; &apos;, decoding entity-encoded content back to readable text, and encoding the full HTML5 named entity set — all running client-side.

JWT Tools

3 tools

Decode, inspect, and verify JSON Web Tokens (JWT) without sending credentials to a server. Visualize header, payload, and signature sections, inspect registered claims (iss, sub, exp, iat, aud), check token expiry, and validate HMAC-SHA256 and HMAC-SHA512 signatures using your secret key.

Hash Generators & Utilities

7 tools

Generate and verify cryptographic hash values entirely in your browser. Supports MD5 (legacy checksums), SHA-1, SHA-256, SHA-384, SHA-512 (via Web Crypto API), SHA-3 and Keccak-256 (Ethereum-compatible), HMAC signatures with configurable secret keys, and a hash identifier that detects algorithm type from an unknown hash string.

Number Base Converters

9 tools

Convert numbers between binary (base-2), octal (base-8), decimal (base-10), and hexadecimal (base-16) instantly. Includes a multi-base converter for simultaneous conversion across all bases, bitwise operation tools, and integer format utilities for programming and low-level debugging.

Text Encoding & Classic Ciphers

9 tools

Encode and decode text using Unicode escape sequences (\uHHHH, U+HHHH), ASCII decimal/hex/binary/octal codes, hex strings, and classic substitution ciphers — ROT13 encoder/decoder and Caesar cipher encoder/decoder with brute-force all-25-shifts table for unknown shift decoding.

Data Format Encoders & Converters

3 tools

Compress and decompress data using industry-standard algorithms including Brotli and Gzip, convert between data formats, and encode binary data for safe transmission. All compression and decompression runs entirely in your browser — no files are uploaded to any server.

QR Code Generator & Reader

2 tools

Generate QR codes for URLs, Wi-Fi credentials, email addresses, phone numbers, SMS messages, and plain text — with custom colors, error correction levels (L/M/Q/H), and PNG or SVG export. Decode QR codes from uploaded images or live camera using jsQR, with auto-detection of URL, Wi-Fi, email, and phone content types.

Barcode Generator

1 tools

Generate professional barcodes in 12 industry-standard formats: Code 128, Code 39, Code 93, EAN-13, EAN-8, UPC-A, UPC-E, ITF-14, Codabar, MSI/Plessey, Pharmacode, and ITF. Per-format input validation, custom bar colors and height, text label control, and SVG (vector, print-ready) or PNG (2× retina) download.

String Escaping & Unescaping

8 tools

Escape and unescape special characters for safe use in JavaScript strings, JSON values, XML content and attributes, CSV cells, and regular expressions. Includes JS string escape (double/single/template literal/full Unicode modes), JSON escape (RFC 8259 compliant), XML escape (text content and attribute modes), CSV escape (RFC 4180, configurable delimiter), and regex escape with character analysis across 5 flavors: JavaScript, PCRE, Python, and RE2.