Developer

Color, base64, cron, hash, regex · 34 tools

Data 1

Encoding 21

Base32 Encoder / Decoder Encode and decode Base32 (RFC 4648) — the TOTP-secret alphabet, UTF-8 safe, in-browser.
->
Base64 Encoder / Decoder Base64 encoding and decoding with proper UTF-8 handling and the URL-safe alphabet — private, in-browser.
->
Bitwise Calculator Bitwise operations with aligned binary columns — see AND, OR, XOR, NOT, and shifts work bit by bit, in C/JS 32-bit semantics.
->
CSV to JSON Converter Convert CSV to JSON with proper quoted-field handling, header detection, and type inference — all in your browser.
->
CSV to Markdown Table Turn CSV into a Markdown table with alignment and quote-aware parsing — paste straight into GitHub or docs.
->
Gzip Compressor Compress and decompress text with gzip/deflate using the browser's built-in CompressionStream — see the ratio, copy the Base64.
->
HTML Entity Encoder / Decoder Escape HTML special characters or decode entities back to text — safe, inert parsing, all in-browser.
->
IEEE 754 Floating Point Converter Break any number into IEEE 754 sign/exponent/mantissa bits and reveal the exact stored value — see why 0.1 isn't really 0.1.
->
JSON Formatter Format, minify, and validate JSON with line-and-column error reporting — private, in-browser, safe for real data.
->
JSON to CSV Converter Convert JSON arrays to RFC 4180 CSV with union headers and proper quoting — copy or download, all in your browser.
->
JSON to YAML Converter Convert JSON to YAML and back — exact serialization, common-subset YAML parsing, all in-browser.
->
JWT Decoder Decode JWT headers and claims with humanized exp/iat times and an expiry badge — the token never leaves your browser.
->
Markdown to HTML Converter Convert Markdown to clean HTML source with safe escaping and web-only links — copy-ready, in-browser.
->
Morse Code Translator Convert text to Morse and back, then play it aloud at standard timing with adjustable WPM — learn it by ear.
->
Number Base Converter Convert between binary, decimal, hex, and octal with live editing in any field, two's-complement readouts, and exact 64-bit math.
->
QR Code Generator Create a QR code from any link or text in your browser. Custom colors, error-correction levels, and PNG or SVG download. Nothing is uploaded — fully private.
->
Regex Tester Test regular expressions with live highlighting, capture groups, and find-and-replace — in-browser, instant.
->
Text Diff Checker Line-by-line text comparison with color-coded additions and removals — private, instant, in-browser.
->
URL Encoder / Decoder Encode and decode URL percent-encoding with component and full-URL modes — live, private, in-browser.
->
URL Parser Parse URLs into protocol, host, path, and decoded query parameters — instant, using the browser's own URL engine.
->
UUID Generator Generate one or hundreds of version-4 UUIDs with cryptographic randomness — copy as a list, all in your browser.
->

Encryption 2

Reference 2

Standards & Codes 5

Validators 3