Tool Category
JSON, Base64, hashes, encoders, decoders, and other useful developer tools.
219 tools in this category
Format JSON online, beautify minified payloads, and validate JSON instantly for APIs, logs, configs, and debugging.
JSON ValidatorValidate JSON instantly and catch syntax errors before they break your app, API, or config.
JSON MinifierMinify JSON instantly to reduce size and remove unnecessary whitespace from valid payloads.
Base64 EncoderEncode text to Base64 instantly for APIs, headers, testing, data transfer, and debugging.
URL EncoderEncode text for safe use in URLs, query strings, parameters, redirects, and API requests.
URL DecoderDecode percent-encoded URLs and query values back into readable text instantly.
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 tokens instantly to inspect header, payload, claims, and expiration data.
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 Expiry CheckerCheck whether a JWT is expired and inspect exp, iat, and token timing claims instantly.
URL Slug DecoderDecode URL slugs into readable text quickly.
URL Path ExtractorExtract the path part from a full URL.
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.
JWT ParserParse JWT tokens into readable parts and inspect claims, structure, and token contents clearly.
URL NormalizerNormalize full URLs into a cleaner canonical form.
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.
Base64 DecoderDecode Base64 instantly to recover readable text from API data, tokens, headers, and test payloads.
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.
JSON Key ExtractorExtract JSON keys instantly to inspect structure, fields, and nested paths more easily.
XML MinifierMinify XML by removing extra whitespace and line breaks while keeping the markup structure intact.
XML BeautifierBeautify XML with cleaner indentation and readable structure for configs, feeds, and debugging.
YAML MinifierMinify YAML by removing blank lines, comments, and unnecessary spacing for more compact config output.
TOML FormatterFormat TOML with clean spacing, normalized layout, and readable sections for config work.
TOML ValidatorValidate TOML for common syntax issues in configs, package files, and app settings.
Cron Expression ParserParse cron expressions into readable schedule text for faster debugging and review.
Cron Expression BuilderBuild simple cron expressions from readable schedule options without memorizing cron syntax.
JSON Key ExtractorExtract JSON keys and key paths instantly from objects and nested structures.
JSON Value ExtractorExtract JSON values and value paths from objects, arrays, and nested structures instantly.
JSON Schema ValidatorValidate JSON against a schema to ensure structure and data correctness.
JSON Schema GeneratorGenerate JSON schema automatically from a JSON object.
JSON Key SorterSort JSON keys alphabetically for consistent structure and readability.
JSON Path ExtractorExtract values from JSON using path-like syntax.
JSON Key RemoverRemove selected keys from JSON objects quickly to clean payloads and simplify nested data.
JSON Array FlattenerFlatten nested JSON arrays into a single-level array for easier review and processing.
JSON Merge ToolMerge multiple JSON objects into one combined result for faster payload building and cleanup.
JSON Split ToolSplit JSON into separate parts to inspect arrays or top-level object sections more easily.
JSON Size CalculatorCalculate JSON size in characters, bytes, lines, and minified length for quick payload review.
XML MinifierMinify XML by removing extra whitespace and line breaks while keeping the markup structure intact.
XML to CSVConvert simple XML records into CSV rows for export, cleanup, and spreadsheet-style workflows.
CSV to XMLConvert CSV rows into simple XML records for export, integration, and structured data workflows.
XML Path ExtractorExtract a specific XML value using a simple tag path so nested fields are easier to inspect.
XML Attribute ExtractorExtract XML attribute values quickly from tags so you can inspect attribute-based data without scanning the full document.
XML Namespace ExtractorExtract XML namespaces quickly so you can inspect prefixes and namespace URIs used in a document.
URL BuilderBuild full URLs from a base URL and query parameters so links are easier to create correctly.
URL SplitterSplit a URL into readable parts such as protocol, host, path, query, and fragment.
URL Query CleanerClean messy query strings by removing duplicate separators, empty params, and broken parameter noise.
URL Parameter RemoverRemove selected query parameters from a URL to simplify links and strip tracking values.
URL Parameter SorterSort URL query parameters alphabetically to make links more consistent and easier to compare.
URL Parameter DecoderDecode a URL parameter value back into readable text without decoding the entire URL.
URL Parameter EncoderEncode a single query parameter value safely without encoding the entire URL.
URL Domain ExtractorExtract the domain or host from a full URL so you can inspect link targets more quickly.
URL Path ExtractorExtract the path from a full URL so you can inspect route structure without the rest of the link.
URL Protocol ExtractorExtract the protocol from a full URL so you can check whether a link uses http, https, or another scheme.
HTTP Request BuilderBuild a simple raw HTTP request from method, URL path, host, and optional headers or body.
HTTP Header GeneratorGenerate a clean HTTP header block from key=value pairs for request and response examples.
HTTP Header ExtractorExtract HTTP header lines from raw request or response text for easier inspection.
URL Parameter RemoverRemove query parameters from a full URL and keep a cleaner base link instantly.
URL Parameter SorterSort URL query parameters alphabetically to make long links easier to compare and review.
URL Domain ExtractorExtract the domain or hostname from a full URL instantly for debugging and link review.
URL Protocol ExtractorExtract the protocol from a full URL, such as https, http, ftp, or mailto.
URL Hash ExtractorExtract the hash or fragment part from a full URL instantly.
URL Query String CleanerClean a raw URL query string by removing noise, empty separators, and malformed spacing.
Remove UTM ParametersRemove only UTM tracking parameters from a full URL while keeping the rest of the link intact.
URL CanonicalizerNormalize a full URL into a cleaner canonical-style form for comparison and cleanup.
HTTP Status Code CheckerCheck the HTTP status code of a URL quickly for debugging, audits, and link validation.
HTTP Response ViewerFetch a URL and preview its HTTP response status, final URL, content type, and body snippet.
HTTP Header ExtractorExtract HTTP headers from raw response text and return a clean header-only block.
HTTP Header GeneratorGenerate a clean HTTP header block from simple key:value input lines.
HTTP Request BuilderBuild a raw HTTP request block from method, path, host, and header lines.
HTTPS Redirect CheckerCheck whether a URL redirects from HTTP to HTTPS and where the final destination lands.
Check if Website Uses HTTPSCheck whether a website resolves to HTTPS and show the final URL and response status.
Security Headers AnalyzerCheck a URL for common security headers and see which important headers are present or missing.
CORS Header CheckerCheck a URL for common CORS response headers and review permissive or missing values.
JWT Header ViewerDecode and view only the JWT header section without focusing on the payload.
JWT Signature Checker (Basic)Run a basic structural JWT signature check to see whether the token has a signature part and whether alg is none.
Password Entropy CalculatorEstimate password entropy based on character variety and length.
Hash Compare ToolCompare two hash values and check whether they match exactly.
Basic Auth Header GeneratorGenerate an HTTP Basic Authorization header from username and password input.
API Key GeneratorGenerate random API-style keys in a clean format for testing, demos, and development.
Random Token GeneratorGenerate random token strings for development, placeholders, tests, and temporary values.
Secure Password GeneratorGenerate a secure random password with configurable length and character rules.
JSON Key ExtractorExtract unique keys and key paths from JSON objects and arrays.
JSON Path FinderFind matching JSON paths and values by key name inside nested JSON.
JSON Sort KeysSort JSON object keys alphabetically across nested objects for cleaner and more stable output.
JSON FlattenFlatten nested JSON into a single-level object with dot notation paths.
JSON UnflattenExpand flat path-based JSON into nested objects and arrays.
JSON to TableConvert JSON arrays of objects into a readable plain-text table.
JSON to Form DataConvert JSON into key=value form-data style lines for requests and testing.
JSON Escape / UnescapeEscape or unescape JSON-style string content for debugging, embedding, and raw string cleanup.
JSON Size CalculatorMeasure JSON size in bytes, characters, and formatted vs minified versions.
Cron Expression GeneratorGenerate a cron expression from simple schedule values like minute, hour, day, month, and weekday.
Cron Expression ReaderRead and explain a five-field cron expression in plain English.
Unix Timestamp ValidatorValidate whether a value looks like a Unix timestamp in seconds or milliseconds.
UUID ValidatorValidate whether a string is a correctly formatted UUID.
HEX to RGBConvert a HEX color value into RGB format instantly.
RGB to HEXConvert RGB color values into HEX format instantly.
HEX to HSLConvert a HEX color into HSL format instantly.
HSL to HEXConvert HSL color values into HEX format instantly.
RGB to HSLConvert RGB color values into HSL format instantly.
HSL to RGBConvert HSL color values into RGB format instantly.
CSS MinifierMinify CSS by removing unnecessary spaces, line breaks, and comments.
CSS BeautifierBeautify and format CSS to make styles easier to read and edit.
Regex Generator (simple)Generate a simple regex pattern from a small text rule set like digits, words, prefix, or suffix.
HTML PrettifyFormat messy HTML into clean, readable code with proper indentation.
HTML MinifyMinify HTML by removing extra spaces, tabs, and unnecessary line breaks.
JSON EscapeEscape quotes, backslashes, tabs, and newlines for safe JSON string usage.
JSON UnescapeConvert escaped JSON string sequences back into normal readable text.
JavaScript PrettifyBeautify compressed or messy JavaScript into cleaner, more readable code.
HTML PrettifyFormat messy HTML into clean readable markup with indentation and line breaks.
HTML MinifyMinify HTML by removing unnecessary whitespace and line breaks.
JSON EscapeEscape plain text for safe use inside a JSON string value.
JSON UnescapeTurn escaped JSON string content back into readable plain text.
JavaScript PrettifyFormat messy JavaScript into a cleaner readable layout with indentation and line breaks.
JavaScript MinifyMinify JavaScript by removing unnecessary whitespace and line breaks.
JavaScript ValidateValidate JavaScript syntax and check whether a snippet can be parsed.
CSS PrettifyFormat messy CSS into clean readable rules with indentation and line breaks.
CSS MinifyMinify CSS by removing unnecessary whitespace and line breaks.
HTML to MarkdownConvert simple HTML markup into readable Markdown.
HTML to JadeConvert simple HTML markup into Jade-style template syntax.
Convert Jade to HTMLConvert simple Jade syntax into HTML markup quickly.
Convert BBCode to HTMLConvert BBCode tags into HTML markup for forums, content cleanup, and migration work.
Convert BBCode to JadeConvert common BBCode formatting into simple Jade-style syntax.
Extract Text from BBCodeRemove BBCode tags and keep only readable plain text.
Extract Text from HTMLExtract readable text content from HTML markup quickly.
Extract Text from XMLExtract readable text content from XML and remove the tag structure.
Extract Text from JSONExtract readable values from JSON and flatten them into plain text.
IDN EncodeConvert an internationalized domain name into punycode form.
IDN DecodeConvert a punycode domain back into readable Unicode form.
Convert XML to CSVConvert simple repeated XML records into CSV rows.
Convert CSV to XMLConvert CSV rows into simple XML records.
Convert XML to YAMLConvert XML into YAML for readable config-like output.
Convert YAML to XMLConvert simple YAML into XML markup.
Convert YAML to TSVConvert simple YAML objects or lists into tab-separated TSV output.
Convert TSV to YAMLConvert tab-separated rows into simple YAML output.
Convert XML to TSVConvert simple repeated XML records into tab-separated TSV rows.
Convert TSV to XMLConvert tab-separated TSV rows into simple XML records.
Convert JSON to TSVConvert a JSON array of objects into tab-separated TSV rows.
Convert TSV to JSONConvert tab-separated TSV rows into a JSON array of objects.
Convert YAML to CSVConvert simple YAML objects or lists into comma-separated CSV output.
ROT13 EncodeEncode plain text with the ROT13 substitution cipher instantly.
ROT13 DecodeDecode ROT13 text back into readable plain text instantly.
ROT47 EncodeEncode text with the ROT47 cipher instantly.
ROT47 DecodeDecode ROT47 text back into readable plain text instantly.
XOR EncryptEncrypt text with an XOR key instantly for learning, testing, and basic reversible obfuscation.
XOR DecryptDecrypt XOR-encrypted hexadecimal text with the same key instantly.
3DES EncryptEncrypt text with Triple DES instantly using a passphrase-based browser tool.
3DES DecryptDecrypt Triple DES ciphertext instantly with the same passphrase.
Rabbit EncryptEncrypt text with the Rabbit stream cipher instantly using a passphrase.
Rabbit DecryptDecrypt Rabbit ciphertext instantly with the same passphrase.
AES EncryptEncrypt text with AES instantly using a passphrase-based browser tool.
AES DecryptDecrypt AES ciphertext instantly with the same passphrase.
RC4 EncryptEncrypt text with RC4 instantly using a passphrase-based browser tool.
RC4 DecryptDecrypt RC4 ciphertext instantly with the same passphrase.
DES EncryptEncrypt text with DES instantly using a passphrase-based browser tool.
DES DecryptDecrypt DES ciphertext instantly with the same passphrase.