tools / developer
Developer Tools
Utilities for formatting, encoding, converting, and debugging. Everything runs in your browser — no login required.
jsonb64uuidtsurlhashrxclrjwthtmlmdbasesqlhtml+cssjscronuadiff
JSON Formatter
Format, validate, and minify JSON data.
Base64 Encoder
Encode and decode Base64 strings.
UUID Generator
Generate version 4 random UUIDs.
Timestamp Converter
Convert Unix timestamps to dates and back.
URL Encoder/Decoder
Encode and decode URL components.
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-512 hashes.
Regex Tester
Test regular expressions with live highlighting.
Color Converter
Convert between HEX, RGB, HSL, and HSV.
JWT Decoder
Decode and inspect JSON Web Tokens in your browser.
HTML Entity Encoder
Encode and decode HTML entities and special characters.
Markdown Previewer
Write Markdown and see the live rendered HTML preview instantly.
Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal.
SQL Formatter
Format and beautify SQL queries with proper indentation.
HTML Beautifier
Beautify or minify HTML markup.
CSS Minifier
Minify and compress CSS to reduce file size.
JavaScript Minifier
Remove comments and whitespace from JavaScript.
Cron Expression Parser
Translate cron expressions into plain English.
User Agent Parser
Detect browser, OS, and device type from a user agent string.
Diff Checker
Compare two texts and highlight line-by-line changes.
DEVELOPER GUIDES
jsonb64rxjwthashmdurltscronclruabin
What is JSON?
A complete guide to JSON syntax, data types, and common use cases.
What is Base64?
How Base64 encoding works, why it exists, and when to use it.
Regex Tutorial
Learn regular expressions from scratch with practical examples.
What is a JWT?
How JSON Web Tokens work, their structure, and how to use them safely.
What is a Hash Function?
How hash functions work, what MD5, SHA-1, and SHA-256 are used for, and why some are no longer safe.
Markdown Guide
A complete reference for Markdown syntax — headings, lists, links, code blocks, tables, and more.
What is URL Encoding?
Why URLs can only contain certain characters, how percent-encoding works, and when to use encodeURI vs. encodeURIComponent.
What is a Unix Timestamp?
How Unix timestamps work, why developers use them, the year 2038 problem, and how to convert timestamps in JavaScript, Python, and SQL.
What is a Cron Job?
How cron works, how to read and write cron expressions, common scheduling patterns, and special shortcuts.
Color Codes Explained
What HEX, RGB, and HSL color codes mean, how to convert between them, and when to use each format.
What is a User Agent?
What user agent strings are, how browsers identify themselves, why they look messy, and how to read them in code.
Binary, Hex, and Decimal Explained
How number systems work, conversion examples, and where binary and hexadecimal are used in programming.