Simple online tools for developers, networking, text and conversions.

Tool Category

Developer Tools

JSON, Base64, hashes, encoders, decoders, and other useful developer tools.

219 tools in this category

Tools in this category

JSON Formatter

Format JSON online, beautify minified payloads, and validate JSON instantly for APIs, logs, configs, and debugging.

JSON Validator

Validate JSON instantly and catch syntax errors before they break your app, API, or config.

JSON Minifier

Minify JSON instantly to reduce size and remove unnecessary whitespace from valid payloads.

Base64 Encoder

Encode text to Base64 instantly for APIs, headers, testing, data transfer, and debugging.

URL Encoder

Encode text for safe use in URLs, query strings, parameters, redirects, and API requests.

URL Decoder

Decode percent-encoded URLs and query values back into readable text instantly.

HTML Encoder

Encode special characters as HTML entities so they display safely in HTML content.

HTML Decoder

Decode HTML entities back into normal readable characters and text.

MD5 Hash Generator

Generate an MD5 hash from text for quick checksums, comparisons, and test values.

SHA256 Hash Generator

Generate a SHA256 hash from text for integrity checks, comparisons, and developer tasks.

UUID Generator

Generate random UUIDs for apps, databases, APIs, and test data.

Random String Generator

Generate a random string for placeholders, testing, and simple development tasks.

URL Parser

Break a URL into readable parts such as protocol, host, path, query, and hash.

JWT Decoder

Decode JWT tokens instantly to inspect header, payload, claims, and expiration data.

HTML Stripper

Remove HTML tags and keep only the readable text content.

Base64 URL Encoder

Encode text into URL-safe Base64 for tokens, links, and web-friendly transport.

Base64 URL Decoder

Decode URL-safe Base64 strings back into readable text.

URL Parameter Extractor

Extract query parameters from a full URL and list them in a readable format.

Query String Parser

Parse raw query strings into readable key-value pairs.

HTML Entities Encoder

Convert special characters into HTML entities for safe display in markup.

HTML Entities Decoder

Decode HTML entities back into normal readable characters.

ROT13 Encoder

Apply the ROT13 letter shift to text instantly.

Text to Binary Converter

Convert plain text into binary values character by character.

Binary to Text Converter

Convert binary byte values back into readable text.

Text to Hex Converter

Convert plain text into hexadecimal values character by character.

Regex Tester

Test regular expressions against sample text and inspect matches quickly.

Base32 Converter

Encode plain text to Base32 or decode Base32 back into readable text in one tool.

Base32 Encode

Encode plain text to Base32 instantly.

Base32 Decode

Decode Base32 text back into readable output.

Base58 Encode

Encode plain text to Base58 for compact strings without ambiguous characters.

Base58 Decode

Decode Base58 text back into readable output.

JSON Unescape

Convert escaped JSON string content back into readable text.

XML to JSON

Convert XML into JSON format quickly in your browser.

JSON to XML

Convert JSON into XML markup directly in the browser.

YAML Formatter

Format YAML with cleaner spacing and indentation.

YAML Validator

Validate YAML for common syntax and indentation issues.

SQL Formatter

Format SQL queries for cleaner structure and readability.

SQL Minifier

Minify SQL by removing extra spaces and comments.

SQL Beautifier

Beautify SQL with better layout and readable clause structure.

SQL to JSON

Convert SQL INSERT statements into JSON objects.

CSV Formatter

Format CSV with normalized quoting and cleaner output.

CSV Validator

Validate CSV structure and common formatting issues.

CSV to YAML

Convert CSV rows into YAML objects quickly in the browser.

YAML to CSV

Convert simple YAML lists into CSV rows.

TOML to JSON

Convert TOML into JSON for easier inspection and reuse.

JSON to TOML

Convert JSON into TOML for config files and tooling.

JWT Expiry Checker

Check whether a JWT is expired and inspect exp, iat, and token timing claims instantly.

URL Slug Decoder

Decode URL slugs into readable text quickly.

URL Path Extractor

Extract the path part from a full URL.

URL Decoder for Query Params

Decode query parameters from a full URL or raw query string.

Query String Builder

Build a URL query string from JSON or key-value lines.

HTTP Header Parser

Parse raw HTTP headers into structured JSON.

User Agent Parser

Parse user agent strings into browser, OS, and device details.

JWT Parser

Parse JWT tokens into readable parts and inspect claims, structure, and token contents clearly.

URL Normalizer

Normalize full URLs into a cleaner canonical form.

SHA1 Hash Generator

Generate SHA-1 hashes from text in the browser.

SHA512 Hash Generator

Generate SHA-512 hashes from text quickly in the browser.

Bcrypt Hash Generator

Generate bcrypt hashes with configurable cost.

HMAC Generator

Generate HMAC digests using a secret key and message.

Hex Encoder

Encode text into hexadecimal output in the browser.

Hex Decoder

Decode hexadecimal text back into readable output.

Base16 Encode

Encode text into Base16 output in uppercase hexadecimal form.

Base16 Decode

Decode Base16 text back into readable UTF-8 output.

Base85 Encode

Encode text into Base85 output for compact text-safe representation.

Base85 Decode

Decode Base85 text back into readable UTF-8 output.

Base64 Decoder

Decode Base64 instantly to recover readable text from API data, tokens, headers, and test payloads.

URL-safe Base64 Decoder

Decode URL-safe Base64 strings back into readable text.

Regex Generator

Generate common regex patterns from simple input.

Regex Escape

Escape special characters for safe use inside regular expressions.

Regex Match Extractor

Extract regex matches and groups from text input.

API Request Body Formatter

Format API request bodies into cleaner readable output.

JSON Diff Checker

Compare two JSON values and show the differences clearly.

Open Graph Checker

Check Open Graph tags on any web page.

Website Header Checker

Check HTTP response headers for a website.

Website Redirect Checker

Check whether a URL redirects and where it ends up.

Robots.txt Checker

Check whether a site has a robots.txt file and review its main directives.

Sitemap Checker

Check whether a sitemap exists and inspect key sitemap details.

Canonical Tag Checker

Check the canonical tag on a page and compare it with the input URL.

Meta Tag Analyzer

Analyze a page title and core SEO meta tags in one place.

HTTP to HTTPS Checker

Check whether an HTTP URL redirects to the HTTPS version correctly.

WWW Redirect Checker

Check whether a site redirects correctly between www and non-www versions.

Random Password Generator

Generate random passwords with letters, numbers, and symbols.

JSON Key Extractor

Extract JSON keys instantly to inspect structure, fields, and nested paths more easily.

XML Minifier

Minify XML by removing extra whitespace and line breaks while keeping the markup structure intact.

XML Beautifier

Beautify XML with cleaner indentation and readable structure for configs, feeds, and debugging.

YAML Minifier

Minify YAML by removing blank lines, comments, and unnecessary spacing for more compact config output.

TOML Formatter

Format TOML with clean spacing, normalized layout, and readable sections for config work.

TOML Validator

Validate TOML for common syntax issues in configs, package files, and app settings.

Cron Expression Parser

Parse cron expressions into readable schedule text for faster debugging and review.

Cron Expression Builder

Build simple cron expressions from readable schedule options without memorizing cron syntax.

JSON Key Extractor

Extract JSON keys and key paths instantly from objects and nested structures.

JSON Value Extractor

Extract JSON values and value paths from objects, arrays, and nested structures instantly.

JSON Schema Validator

Validate JSON against a schema to ensure structure and data correctness.

JSON Schema Generator

Generate JSON schema automatically from a JSON object.

JSON Key Sorter

Sort JSON keys alphabetically for consistent structure and readability.

JSON Path Extractor

Extract values from JSON using path-like syntax.

JSON Key Remover

Remove selected keys from JSON objects quickly to clean payloads and simplify nested data.

JSON Array Flattener

Flatten nested JSON arrays into a single-level array for easier review and processing.

JSON Merge Tool

Merge multiple JSON objects into one combined result for faster payload building and cleanup.

JSON Split Tool

Split JSON into separate parts to inspect arrays or top-level object sections more easily.

JSON Size Calculator

Calculate JSON size in characters, bytes, lines, and minified length for quick payload review.

XML Minifier

Minify XML by removing extra whitespace and line breaks while keeping the markup structure intact.

XML to CSV

Convert simple XML records into CSV rows for export, cleanup, and spreadsheet-style workflows.

CSV to XML

Convert CSV rows into simple XML records for export, integration, and structured data workflows.

XML Path Extractor

Extract a specific XML value using a simple tag path so nested fields are easier to inspect.

XML Attribute Extractor

Extract XML attribute values quickly from tags so you can inspect attribute-based data without scanning the full document.

XML Namespace Extractor

Extract XML namespaces quickly so you can inspect prefixes and namespace URIs used in a document.

URL Builder

Build full URLs from a base URL and query parameters so links are easier to create correctly.

URL Splitter

Split a URL into readable parts such as protocol, host, path, query, and fragment.

URL Query Cleaner

Clean messy query strings by removing duplicate separators, empty params, and broken parameter noise.

URL Parameter Remover

Remove selected query parameters from a URL to simplify links and strip tracking values.

URL Parameter Sorter

Sort URL query parameters alphabetically to make links more consistent and easier to compare.

URL Parameter Decoder

Decode a URL parameter value back into readable text without decoding the entire URL.

URL Parameter Encoder

Encode a single query parameter value safely without encoding the entire URL.

URL Domain Extractor

Extract the domain or host from a full URL so you can inspect link targets more quickly.

URL Path Extractor

Extract the path from a full URL so you can inspect route structure without the rest of the link.

URL Protocol Extractor

Extract the protocol from a full URL so you can check whether a link uses http, https, or another scheme.

HTTP Request Builder

Build a simple raw HTTP request from method, URL path, host, and optional headers or body.

HTTP Header Generator

Generate a clean HTTP header block from key=value pairs for request and response examples.

HTTP Header Extractor

Extract HTTP header lines from raw request or response text for easier inspection.

URL Parameter Remover

Remove query parameters from a full URL and keep a cleaner base link instantly.

URL Parameter Sorter

Sort URL query parameters alphabetically to make long links easier to compare and review.

URL Domain Extractor

Extract the domain or hostname from a full URL instantly for debugging and link review.

URL Protocol Extractor

Extract the protocol from a full URL, such as https, http, ftp, or mailto.

URL Hash Extractor

Extract the hash or fragment part from a full URL instantly.

URL Query String Cleaner

Clean a raw URL query string by removing noise, empty separators, and malformed spacing.

Remove UTM Parameters

Remove only UTM tracking parameters from a full URL while keeping the rest of the link intact.

URL Canonicalizer

Normalize a full URL into a cleaner canonical-style form for comparison and cleanup.

HTTP Status Code Checker

Check the HTTP status code of a URL quickly for debugging, audits, and link validation.

HTTP Response Viewer

Fetch a URL and preview its HTTP response status, final URL, content type, and body snippet.

HTTP Header Extractor

Extract HTTP headers from raw response text and return a clean header-only block.

HTTP Header Generator

Generate a clean HTTP header block from simple key:value input lines.

HTTP Request Builder

Build a raw HTTP request block from method, path, host, and header lines.

HTTPS Redirect Checker

Check whether a URL redirects from HTTP to HTTPS and where the final destination lands.

Check if Website Uses HTTPS

Check whether a website resolves to HTTPS and show the final URL and response status.

Security Headers Analyzer

Check a URL for common security headers and see which important headers are present or missing.

CORS Header Checker

Check a URL for common CORS response headers and review permissive or missing values.

JWT Header Viewer

Decode 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 Calculator

Estimate password entropy based on character variety and length.

Hash Compare Tool

Compare two hash values and check whether they match exactly.

Basic Auth Header Generator

Generate an HTTP Basic Authorization header from username and password input.

API Key Generator

Generate random API-style keys in a clean format for testing, demos, and development.

Random Token Generator

Generate random token strings for development, placeholders, tests, and temporary values.

Secure Password Generator

Generate a secure random password with configurable length and character rules.

JSON Key Extractor

Extract unique keys and key paths from JSON objects and arrays.

JSON Path Finder

Find matching JSON paths and values by key name inside nested JSON.

JSON Sort Keys

Sort JSON object keys alphabetically across nested objects for cleaner and more stable output.

JSON Flatten

Flatten nested JSON into a single-level object with dot notation paths.

JSON Unflatten

Expand flat path-based JSON into nested objects and arrays.

JSON to Table

Convert JSON arrays of objects into a readable plain-text table.

JSON to Form Data

Convert JSON into key=value form-data style lines for requests and testing.

JSON Escape / Unescape

Escape or unescape JSON-style string content for debugging, embedding, and raw string cleanup.

JSON Size Calculator

Measure JSON size in bytes, characters, and formatted vs minified versions.

Cron Expression Generator

Generate a cron expression from simple schedule values like minute, hour, day, month, and weekday.

Cron Expression Reader

Read and explain a five-field cron expression in plain English.

Unix Timestamp Validator

Validate whether a value looks like a Unix timestamp in seconds or milliseconds.

UUID Validator

Validate whether a string is a correctly formatted UUID.

HEX to RGB

Convert a HEX color value into RGB format instantly.

RGB to HEX

Convert RGB color values into HEX format instantly.

HEX to HSL

Convert a HEX color into HSL format instantly.

HSL to HEX

Convert HSL color values into HEX format instantly.

RGB to HSL

Convert RGB color values into HSL format instantly.

HSL to RGB

Convert HSL color values into RGB format instantly.

CSS Minifier

Minify CSS by removing unnecessary spaces, line breaks, and comments.

CSS Beautifier

Beautify 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 Prettify

Format messy HTML into clean, readable code with proper indentation.

HTML Minify

Minify HTML by removing extra spaces, tabs, and unnecessary line breaks.

JSON Escape

Escape quotes, backslashes, tabs, and newlines for safe JSON string usage.

JSON Unescape

Convert escaped JSON string sequences back into normal readable text.

JavaScript Prettify

Beautify compressed or messy JavaScript into cleaner, more readable code.

HTML Prettify

Format messy HTML into clean readable markup with indentation and line breaks.

HTML Minify

Minify HTML by removing unnecessary whitespace and line breaks.

JSON Escape

Escape plain text for safe use inside a JSON string value.

JSON Unescape

Turn escaped JSON string content back into readable plain text.

JavaScript Prettify

Format messy JavaScript into a cleaner readable layout with indentation and line breaks.

JavaScript Minify

Minify JavaScript by removing unnecessary whitespace and line breaks.

JavaScript Validate

Validate JavaScript syntax and check whether a snippet can be parsed.

CSS Prettify

Format messy CSS into clean readable rules with indentation and line breaks.

CSS Minify

Minify CSS by removing unnecessary whitespace and line breaks.

HTML to Markdown

Convert simple HTML markup into readable Markdown.

HTML to Jade

Convert simple HTML markup into Jade-style template syntax.

Convert Jade to HTML

Convert simple Jade syntax into HTML markup quickly.

Convert BBCode to HTML

Convert BBCode tags into HTML markup for forums, content cleanup, and migration work.

Convert BBCode to Jade

Convert common BBCode formatting into simple Jade-style syntax.

Extract Text from BBCode

Remove BBCode tags and keep only readable plain text.

Extract Text from HTML

Extract readable text content from HTML markup quickly.

Extract Text from XML

Extract readable text content from XML and remove the tag structure.

Extract Text from JSON

Extract readable values from JSON and flatten them into plain text.

IDN Encode

Convert an internationalized domain name into punycode form.

IDN Decode

Convert a punycode domain back into readable Unicode form.

Convert XML to CSV

Convert simple repeated XML records into CSV rows.

Convert CSV to XML

Convert CSV rows into simple XML records.

Convert XML to YAML

Convert XML into YAML for readable config-like output.

Convert YAML to XML

Convert simple YAML into XML markup.

Convert YAML to TSV

Convert simple YAML objects or lists into tab-separated TSV output.

Convert TSV to YAML

Convert tab-separated rows into simple YAML output.

Convert XML to TSV

Convert simple repeated XML records into tab-separated TSV rows.

Convert TSV to XML

Convert tab-separated TSV rows into simple XML records.

Convert JSON to TSV

Convert a JSON array of objects into tab-separated TSV rows.

Convert TSV to JSON

Convert tab-separated TSV rows into a JSON array of objects.

Convert YAML to CSV

Convert simple YAML objects or lists into comma-separated CSV output.

ROT13 Encode

Encode plain text with the ROT13 substitution cipher instantly.

ROT13 Decode

Decode ROT13 text back into readable plain text instantly.

ROT47 Encode

Encode text with the ROT47 cipher instantly.

ROT47 Decode

Decode ROT47 text back into readable plain text instantly.

XOR Encrypt

Encrypt text with an XOR key instantly for learning, testing, and basic reversible obfuscation.

XOR Decrypt

Decrypt XOR-encrypted hexadecimal text with the same key instantly.

3DES Encrypt

Encrypt text with Triple DES instantly using a passphrase-based browser tool.

3DES Decrypt

Decrypt Triple DES ciphertext instantly with the same passphrase.

Rabbit Encrypt

Encrypt text with the Rabbit stream cipher instantly using a passphrase.

Rabbit Decrypt

Decrypt Rabbit ciphertext instantly with the same passphrase.

AES Encrypt

Encrypt text with AES instantly using a passphrase-based browser tool.

AES Decrypt

Decrypt AES ciphertext instantly with the same passphrase.

RC4 Encrypt

Encrypt text with RC4 instantly using a passphrase-based browser tool.

RC4 Decrypt

Decrypt RC4 ciphertext instantly with the same passphrase.

DES Encrypt

Encrypt text with DES instantly using a passphrase-based browser tool.

DES Decrypt

Decrypt DES ciphertext instantly with the same passphrase.