Tool Category
JSON, Base64, hashes, encoders, decoders, and other useful developer tools.
94 tools in this category
Format and beautify raw JSON so it is easier to read, debug, and review.
JSON ValidatorCheck whether JSON syntax is valid before you use it in apps, APIs, or config files.
JSON MinifierMinify JSON into a compact single-line format for transfer, storage, or embedding.
Base64 EncoderEncode plain text into Base64 for transport, testing, headers, and quick developer tasks.
Base64 DecoderDecode Base64 strings back into readable text for debugging, review, and quick checks.
URL EncoderEncode text so it can be used safely inside URLs, query strings, and parameters.
URL DecoderDecode percent-encoded URL text back into normal readable characters.
HTML EncoderEncode special characters as HTML entities so they display safely in HTML content.
HTML DecoderDecode HTML entities back into normal readable characters and text.
MD5 Hash GeneratorGenerate an MD5 hash from text for quick checksums, comparisons, and test values.
SHA256 Hash GeneratorGenerate a SHA256 hash from text for integrity checks, comparisons, and developer tasks.
UUID GeneratorGenerate random UUIDs for apps, databases, APIs, and test data.
Random String GeneratorGenerate a random string for placeholders, testing, and simple development tasks.
URL ParserBreak a URL into readable parts such as protocol, host, path, query, and hash.
JWT DecoderDecode JWT header and payload data into a readable format for quick inspection.
HTML StripperRemove HTML tags and keep only the readable text content.
Base64 URL EncoderEncode text into URL-safe Base64 for tokens, links, and web-friendly transport.
Base64 URL DecoderDecode URL-safe Base64 strings back into readable text.
URL Parameter ExtractorExtract query parameters from a full URL and list them in a readable format.
Query String ParserParse raw query strings into readable key-value pairs.
HTML Entities EncoderConvert special characters into HTML entities for safe display in markup.
HTML Entities DecoderDecode HTML entities back into normal readable characters.
ROT13 EncoderApply the ROT13 letter shift to text instantly.
Text to Binary ConverterConvert plain text into binary values character by character.
Binary to Text ConverterConvert binary byte values back into readable text.
Text to Hex ConverterConvert plain text into hexadecimal values character by character.
Regex TesterTest regular expressions against sample text and inspect matches quickly.
Base32 ConverterEncode plain text to Base32 or decode Base32 back into readable text in one tool.
Base32 EncodeEncode plain text to Base32 instantly.
Base32 DecodeDecode Base32 text back into readable output.
Base58 EncodeEncode plain text to Base58 for compact strings without ambiguous characters.
Base58 DecodeDecode Base58 text back into readable output.
JSON UnescapeConvert escaped JSON string content back into readable text.
XML to JSONConvert XML into JSON format quickly in your browser.
JSON to XMLConvert JSON into XML markup directly in the browser.
YAML FormatterFormat YAML with cleaner spacing and indentation.
YAML ValidatorValidate YAML for common syntax and indentation issues.
SQL FormatterFormat SQL queries for cleaner structure and readability.
SQL MinifierMinify SQL by removing extra spaces and comments.
SQL BeautifierBeautify SQL with better layout and readable clause structure.
SQL to JSONConvert SQL INSERT statements into JSON objects.
CSV FormatterFormat CSV with normalized quoting and cleaner output.
CSV ValidatorValidate CSV structure and common formatting issues.
CSV to YAMLConvert CSV rows into YAML objects quickly in the browser.
YAML to CSVConvert simple YAML lists into CSV rows.
TOML to JSONConvert TOML into JSON for easier inspection and reuse.
JSON to TOMLConvert JSON into TOML for config files and tooling.
JWT ParserParse JWT tokens into readable header and payload data.
JWT Expiry CheckerCheck whether a JWT is expired, valid, or not yet active.
URL Slug DecoderDecode URL slugs into readable text quickly.
URL Path ExtractorExtract the path part from a full URL.
URL NormalizerNormalize full URLs into a cleaner canonical form.
URL Decoder for Query ParamsDecode query parameters from a full URL or raw query string.
Query String BuilderBuild a URL query string from JSON or key-value lines.
HTTP Header ParserParse raw HTTP headers into structured JSON.
User Agent ParserParse user agent strings into browser, OS, and device details.
YAML to CSVConvert simple YAML lists into CSV rows.
TOML to JSONConvert TOML into JSON for easier inspection and reuse.
JSON to TOMLConvert JSON into TOML for config files and tooling.
JWT ParserParse JWT tokens into readable header and payload data.
JWT Expiry CheckerCheck whether a JWT is expired, valid, or not yet active.
URL Slug DecoderDecode URL slugs into readable text quickly.
URL Path ExtractorExtract the path part from a full URL.
URL NormalizerNormalize full URLs into a cleaner canonical form.
URL Decoder for Query ParamsDecode query parameters from a full URL or raw query string.
Query String BuilderBuild a URL query string from JSON or key-value lines.
HTTP Header ParserParse raw HTTP headers into structured JSON.
User Agent ParserParse user agent strings into browser, OS, and device details.
SHA1 Hash GeneratorGenerate SHA-1 hashes from text in the browser.
SHA512 Hash GeneratorGenerate SHA-512 hashes from text quickly in the browser.
Bcrypt Hash GeneratorGenerate bcrypt hashes with configurable cost.
HMAC GeneratorGenerate HMAC digests using a secret key and message.
Hex EncoderEncode text into hexadecimal output in the browser.
Hex DecoderDecode hexadecimal text back into readable output.
Base16 EncodeEncode text into Base16 output in uppercase hexadecimal form.
Base16 DecodeDecode Base16 text back into readable UTF-8 output.
Base85 EncodeEncode text into Base85 output for compact text-safe representation.
Base85 DecodeDecode Base85 text back into readable UTF-8 output.
URL-safe Base64 DecoderDecode URL-safe Base64 strings back into readable text.
Regex GeneratorGenerate common regex patterns from simple input.
Regex EscapeEscape special characters for safe use inside regular expressions.
Regex Match ExtractorExtract regex matches and groups from text input.
API Request Body FormatterFormat API request bodies into cleaner readable output.
JSON Diff CheckerCompare two JSON values and show the differences clearly.
Open Graph CheckerCheck Open Graph tags on any web page.
Website Header CheckerCheck HTTP response headers for a website.
Website Redirect CheckerCheck whether a URL redirects and where it ends up.
Robots.txt CheckerCheck whether a site has a robots.txt file and review its main directives.
Sitemap CheckerCheck whether a sitemap exists and inspect key sitemap details.
Canonical Tag CheckerCheck the canonical tag on a page and compare it with the input URL.
Meta Tag AnalyzerAnalyze a page title and core SEO meta tags in one place.
HTTP to HTTPS CheckerCheck whether an HTTP URL redirects to the HTTPS version correctly.
WWW Redirect CheckerCheck whether a site redirects correctly between www and non-www versions.
Random Password GeneratorGenerate random passwords with letters, numbers, and symbols.