All Tools
Explore all available tools by category. Use this page as the main catalog for developer tools, text tools, network tools, converters, and calculators.
494 tools available
JSON, Base64, hashes, encoders, decoders, and developer utilities.
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.
IP, DNS, ping, port, and other networking tools.
Look up basic details about an IP address for quick network checks and troubleshooting.
DNS LookupLook up DNS records for a domain and inspect how it resolves across common record types.
Ping TestTest whether a host responds and review basic reachability and latency information.
Port CheckerCheck whether a specific port is open on a host and reachable over the network.
IPv4 ValidatorCheck whether an IPv4 address is valid before using it in configs, scripts, or troubleshooting.
IPv6 ValidatorCheck whether an IPv6 address is valid before using it in configs or troubleshooting.
Domain ExtractorExtract domain names from text, URLs, or mixed copied content.
Hostname ExtractorExtract hostnames from full URLs while preserving subdomains.
Duplicate URL RemoverRemove duplicate URLs from a list and keep only unique entries.
URL List CleanerClean and normalize pasted URL lists by trimming spaces and removing empty lines.
Integer to IPConvert integer values back into IPv4 addresses.
MAC Address LookupInspect MAC addresses and check common vendor prefixes.
MAC Address GeneratorGenerate random MAC addresses with optional format settings.
Website Security ScannerScan a website for basic security signals like HTTPS, redirects, security headers, robots.txt, and sitemap availability.
SSL CheckerCheck SSL certificate status, HTTPS support, and basic certificate information for a website.
HTTP Header CheckerCheck HTTP response headers and detect missing security headers.
Reverse DNS LookupLook up the PTR hostname for an IPv4 address.
WHOIS LookupLook up domain registration details, registrar data, and key WHOIS information quickly.
MX Record LookupCheck MX records for a domain and see where its email is supposed to be delivered.
NS Record LookupCheck the active NS records for a domain and see which nameservers are delegated for it.
TXT LookupFind TXT records for a domain.
CNAME LookupLook up CNAME DNS records for any domain.
SOA LookupLook up SOA DNS records for any domain.
SRV LookupLook up SRV DNS records for any service domain.
DNS Propagation CheckerCheck whether DNS records resolve across public DNS resolvers.
SSL Certificate CheckerInspect SSL certificate details for a domain.
SSL Expiry CheckerCheck SSL certificate expiration for a domain.
TLS Version CheckerCheck supported TLS versions for a domain.
HSTS CheckerCheck whether a domain sends the Strict-Transport-Security header.
Response Time CheckerCheck basic website response time for a domain or URL.
Website Status CheckerCheck whether a website is up and see its HTTP status code.
Hostname to IP LookupResolve a hostname or domain into its IP addresses.
IP Range CalculatorCalculate the usable IP range, network address, broadcast, and host count from CIDR input.
My IP AddressFind your current public IP address instantly for troubleshooting, allowlists, VPN checks, and network setup.
Network Mask CalculatorConvert an IPv4 CIDR prefix into its subnet mask.
Broadcast Address CalculatorCalculate the IPv4 broadcast address from an IP and CIDR.
Usable Hosts CalculatorCalculate the number of usable IPv4 hosts from a CIDR prefix.
Port Range CheckerCheck whether a port number falls into a well-known, registered, or dynamic range.
Email Header AnalyzerAnalyze raw email headers and extract key delivery and authentication fields.
Domain Age CheckerCheck domain registration age and key dates from public registration data.
SPF Record CheckerCheck the SPF TXT record for a domain.
DKIM Record CheckerCheck a DKIM TXT record for a selector and domain.
DMARC Record CheckerCheck the DMARC TXT record for a domain.
CIDR CalculatorCalculate network details from CIDR notation including mask, range, broadcast, and usable hosts.
Convert IP to BinaryConvert an IPv4 address into binary octets instantly.
Convert Binary to IPConvert binary IPv4 octets back into dotted decimal IP format.
Convert IP to OctalConvert an IPv4 address into octal octets instantly.
Convert Octal to IPConvert octal IPv4 octets back into dotted decimal format.
Convert IP to DecimalConvert an IPv4 address into a single 32-bit decimal value.
Convert Decimal to IPConvert a 32-bit decimal value into a dotted decimal IPv4 address.
Convert IP to HexConvert an IPv4 address into hexadecimal octets instantly.
Convert Hex to IPConvert hexadecimal IPv4 octets back into dotted decimal format.
Word count, line count, text cleanup, text converters, and other text tools.
Count words, characters, lines, and text length instantly for writing, SEO, forms, and content editing.
Character CounterCount characters instantly with and without spaces for forms, SEO, captions, code, and text limits.
Remove Extra SpacesClean messy text by removing repeated spaces and normalizing spacing.
Text Case ConverterConvert text between uppercase, lowercase, title case, and other common capitalization styles.
Text ReverserReverse the order of characters in text instantly.
Lowercase ConverterConvert text to lowercase for cleaner formatting and normalization.
Uppercase ConverterConvert text to uppercase for headings, labels, and emphasis.
Line CounterCount how many lines are present in a block of text.
Duplicate Line RemoverRemove duplicate lines instantly from lists, logs, keywords, URLs, and pasted text.
Text TrimmerTrim leading and trailing spaces from text without changing the middle content.
Slug GeneratorConvert titles and text into clean URL-friendly slugs for blogs, CMS pages, products, and SEO.
Title Case ConverterConvert text to title case by capitalizing the first letter of each word.
Sentence Case ConverterConvert text to sentence case for cleaner and more natural-looking writing.
Comma to Newline ConverterConvert comma-separated text into separate lines for easier reading and cleanup.
Newline to Comma ConverterConvert multiple lines of text into a single comma-separated list.
Text SorterSort lines of text alphabetically for cleaner lists and faster review.
Unique Lines ToolKeep only unique lines from text and remove repeated entries.
Empty Line RemoverRemove blank lines from text to make line-based content cleaner and tighter.
Remove Duplicate WordsRemove repeated words and keep only the first occurrence in the text.
Sort Lines DescendingSort lines of text in reverse alphabetical order.
Line Number AdderAdd line numbers to text for notes, logs, lists, and structured review.
Reverse LinesReverse the order of lines while keeping the content of each line unchanged.
Tabs to Spaces ConverterReplace tab characters with spaces for cleaner formatting and more consistent indentation.
Email ExtractorExtract email addresses from text, notes, copied content, or raw data blocks.
Sentence CounterCount sentences in a block of text quickly for writing and analysis.
Remove Line BreaksRemove line breaks and turn multi-line text into one clean line.
Text SplitterSplit text into separate lines using a custom separator such as comma, pipe, or semicolon.
Text JoinerJoin multiple lines into one line using a custom separator such as comma, space, or pipe.
Reading Time CalculatorEstimate how long it will take to read a block of text in minutes and seconds.
Text RepeaterRepeat text multiple times for testing, templates, and placeholder content.
Find and Replace TextFind text and replace it instantly inside a larger block of content.
Lorem Ipsum GeneratorGenerate lorem ipsum words, sentences, or paragraphs.
Text Diff CheckerCompare two text blocks instantly and spot differences in drafts, code, notes, and content edits.
Alternating Case ConverterConvert text into alternating upper and lower case characters.
Camel Case ConverterConvert text into camelCase for code, variables, and field names.
Pascal Case ConverterConvert text into PascalCase for class names, components, and structured identifiers.
Snake Case ConverterConvert text into snake_case for variables, keys, and structured names.
Kebab Case ConverterConvert text into kebab-case for URLs, slugs, and clean labels.
Constant Case ConverterConvert text into CONSTANT_CASE for constants, enums, and environment keys.
Dot Case ConverterConvert text into dot.case for keys, namespaces, and structured labels.
Path Case ConverterConvert text into path/case format for route-like and folder-like naming.
Remove PunctuationRemove punctuation marks from text instantly.
Remove Numbers from TextRemove digits from text while keeping letters and symbols.
Remove Letters from TextRemove alphabetic characters from text while keeping digits and symbols.
Remove Special CharactersRemove special characters while keeping letters, numbers, spaces, and line breaks.
Keep Only NumbersKeep only numeric digits from mixed text instantly.
Keep Only LettersKeep only letters from mixed text and remove digits and symbols.
Keep Only AlphanumericKeep only letters and numbers from text while removing symbols and punctuation.
Paragraph CounterCount paragraphs in text quickly and clearly.
Extract HashtagsExtract hashtags from text instantly.
Extract MentionsExtract @mentions from text instantly.
Character Frequency CounterCount how often each character appears in text.
Word Frequency CounterCount how often each word appears in text.
Longest Line FinderFind the longest line in a text block instantly.
Keyword Density CheckerCheck keyword frequency and density in pasted text.
Random Word GeneratorGenerate random words instantly for writing, naming, and testing.
Username GeneratorGenerate username ideas from a word or name instantly.
Palindrome CheckerCheck whether text reads the same forward and backward.
Anagram CheckerCheck whether two words or phrases are anagrams.
Whitespace NormalizerNormalize tabs, line breaks, and repeated spaces into clean single-spacing.
Markdown CleanerRemove Markdown formatting and keep clean readable text.
Bullet List CleanerRemove bullet and numbered list markers from text lines.
Reverse Word OrderReverse the order of words without reversing the letters inside each word.
First Line ExtractorExtract the first non-empty line from text instantly.
Last Line ExtractorExtract the last non-empty line from text instantly.
Prefix LinesAdd a prefix to every line in a text block.
Suffix LinesAdd a suffix to every line in a text block.
Wrap TextWrap text with chosen opening and closing characters or strings.
Unwrap TextRemove matching opening and closing wrappers from text.
CSV Column ExtractorExtract one specific column from CSV data by column number or header name.
TSV to CSVConvert tab-separated values into comma-separated CSV format.
CSV to TSVConvert comma-separated CSV data into tab-separated TSV format.
Convert TSV to TextConvert tab-separated TSV data into plain text lines.
Convert Text to TSVConvert plain text lines into TSV using one value per line.
Convert CSV to TextConvert CSV rows into plain text lines.
Convert Text to CSVConvert plain text lines into CSV using one value per row.
Transpose CSVTranspose CSV rows and columns so horizontal data becomes vertical and vice versa.
Convert CSV Columns to RowsConvert CSV columns into rows by transposing the table.
Convert CSV Rows to ColumnsConvert CSV rows into columns by transposing the table.
Delete a Column from CSVDelete one selected column from CSV by header name or column number.
Prepend a CSV ColumnAdd a new CSV column at the beginning of every row.
Append a CSV ColumnAdd a new CSV column at the end of every row.
Insert a CSV ColumnInsert a new CSV column at a chosen 1-based position.
Replace a CSV ColumnReplace one selected CSV column with a new header and new values.
Swap Columns in CSV FilesSwap two CSV columns by header name or 1-based column number.
Change CSV DelimiterChange CSV output from commas to another delimiter such as semicolon, pipe, or tab.
Transpose TSVTranspose TSV rows and columns so horizontal data becomes vertical and vice versa.
Convert TSV Columns to RowsConvert TSV columns into rows by transposing the table.
Convert TSV Rows to ColumnsConvert TSV rows into columns by transposing the table.
Extract a Column from TSVExtract one specific column from TSV data by column number or header name.
Delete a Column from TSVDelete one selected column from TSV by header name or column number.
Prepend a TSV ColumnAdd a new TSV column at the beginning of every row.
Append a TSV ColumnAdd a new TSV column at the end of every row.
Insert a TSV ColumnInsert a new TSV column at a chosen 1-based position.
Replace a TSV ColumnReplace one selected TSV column with a new header and new values.
Swap Columns in TSV FilesSwap two TSV columns by header name or 1-based column number.
Change TSV DelimiterChange TSV output from tabs to another delimiter such as comma, semicolon, or pipe.
Extract Arbitrary Delimited ColumnExtract one column from custom-delimited text by delimiter and column selector.
Delete Arbitrary Delimited ColumnDelete one column from custom-delimited text by delimiter and selector.
Replace Arbitrary Delimited ColumnReplace one selected column in custom-delimited text with a new header and new values.
Swap Arbitrary Delimited ColumnsSwap two columns in custom-delimited text by delimiter and column selector.
Change Arbitrary Column DelimiterChange one custom delimiter into another for flat delimited text.
Transpose Arbitrary Delimited TextTranspose custom-delimited rows and columns using any single-character delimiter.
Convert Arbitrary Delimited Text Columns to RowsConvert custom-delimited columns into rows by transposing the text.
Convert Arbitrary Delimited Text Rows to ColumnsConvert custom-delimited rows into columns by transposing the text.
Text to RandomcaseConvert normal text into random mixed capitalization instantly.
Text to TitlecaseConvert text into title case for headings, labels, and cleaner presentation.
Spaces to Tabs ConverterReplace groups of spaces with tab characters for cleaner indentation and compact formatting.
Spaces to NewlinesConvert space-separated text into one item per line instantly.
Newlines to SpacesConvert multi-line text into one space-separated line instantly.
Timestamp, bytes, and other simple online converters.
Convert Unix timestamps into readable dates and times for debugging and technical checks.
Bytes to MB ConverterConvert bytes into megabytes for storage, file size, and technical size checks.
Bytes to KB ConverterConvert bytes into kilobytes for faster reading of storage and file size values.
KB to MB ConverterConvert kilobytes into megabytes for file size and storage-related calculations.
HEX to RGBConvert HEX color codes into RGB values for design and CSS work.
RGB to HEXConvert RGB color values into HEX format for CSS and design work.
RGB to HSLConvert RGB color values into HSL for easier color adjustment and CSS work.
HSL to RGBConvert HSL color values into RGB format for CSS, design, and theme work.
Binary to DecimalConvert binary numbers into standard decimal values instantly.
Decimal to BinaryConvert decimal numbers into binary format quickly for learning and technical work.
Decimal to HexConvert decimal numbers into hexadecimal format for development and technical work.
Hex to DecimalConvert hexadecimal values into standard decimal numbers instantly.
PX to REMConvert pixel values to rem units for responsive and scalable CSS.
REM to PXConvert rem units into pixel values for CSS sizing and design handoff.
MB to BytesConvert megabytes into bytes for storage and technical size calculations.
Mbps to MB/sConvert megabits per second into megabytes per second for bandwidth and transfer comparisons.
MB/s to MbpsConvert megabytes per second into megabits per second for bandwidth comparison.
KG to LBSConvert kilograms to pounds quickly for fitness, travel, shipping, and everyday use.
LBS to KGConvert pounds to kilograms quickly for fitness, travel, shipping, and everyday use.
JSON to CSVConvert JSON arrays of objects into CSV format for spreadsheets and exports.
CSV to JSONConvert CSV data into structured JSON objects instantly.
Text to ASCIIConvert plain text characters into ASCII code values.
ASCII to TextConvert ASCII code values back into readable text.
Text to UnicodeConvert text into Unicode escape sequences such as \u0041.
Unicode to TextConvert Unicode escape sequences back into normal readable text.
Roman Numeral ConverterConvert numbers to Roman numerals and Roman numerals back to standard numbers.
Number to WordsConvert numbers into English words instantly for checks, invoices, and formatted text.
Markdown to HTMLConvert Markdown into HTML quickly for blogs, docs, and CMS workflows.
Timestamp to DateConvert a Unix timestamp into a readable date and time.
Date to TimestampConvert a readable date and time into a Unix timestamp instantly.
PX to EMConvert pixel values to em units for scalable CSS and typography.
EM to PXConvert em units to pixel values for CSS sizing and debugging.
CM to InchesConvert centimeters to inches quickly and accurately.
Inches to CMConvert inches to centimeters quickly and accurately.
MM to InchesConvert millimeters to inches instantly for precise dimension work.
Inches to MMConvert inches to millimeters quickly for precise metric measurements.
Length ConverterConvert between common length units in one place.
Weight ConverterConvert between metric and imperial weight units in one place.
Temperature ConverterConvert between Celsius, Fahrenheit, and Kelvin quickly.
Speed ConverterConvert between km/h, mph, m/s, ft/s, and knots.
Volume ConverterConvert between liters, milliliters, gallons, cups, and other common volume units.
Area ConverterConvert between square meters, square feet, acres, hectares, and more.
Pressure ConverterConvert between bar, psi, pascal, atm, torr, and other pressure units.
Energy ConverterConvert between joules, calories, watt-hours, kilowatt-hours, and related energy units.
Power ConverterConvert between watts, kilowatts, horsepower, BTU/h, and related power units.
Time ConverterConvert between milliseconds, seconds, minutes, hours, days, weeks, months, and years.
Meters to FeetConvert meters to feet instantly for dimensions, specs, and everyday use.
Feet to MetersConvert feet to meters quickly for dimensions, room sizes, and technical use.
Celsius to FahrenheitConvert Celsius to Fahrenheit instantly for weather, cooking, and technical use.
Liters to GallonsConvert liters to gallons quickly for fuel, storage, and liquid measurements.
Gallons to LitersConvert gallons to liters quickly for fuel, containers, and liquid measurements.
KMH to MPHConvert kilometers per hour to miles per hour instantly.
Watts to HorsepowerConvert watts to horsepower quickly for motor and equipment comparisons.
Horsepower to WattsConvert horsepower to watts quickly for equipment specs and technical work.
Grams to OuncesConvert grams to ounces quickly for cooking, packaging, and product weights.
Ounces to GramsConvert ounces to grams quickly for recipes, labels, and packaging.
Fahrenheit to CelsiusConvert Fahrenheit to Celsius quickly for weather, travel, and technical reference.
MPH to KMHConvert miles per hour to kilometers per hour quickly.
JSON to YAMLConvert JSON into clean YAML format instantly for configs, DevOps, and developer workflows.
YAML to JSONConvert simple YAML into structured JSON instantly for APIs, configs, and developer workflows.
Convert Seconds to H:M:SConvert a number of seconds into H:M:S time format instantly.
Convert H:M:S to SecondsConvert H:M:S time format into a total number of seconds.
Convert Seconds to Human TimeConvert seconds into a readable human time phrase like hours, minutes, and seconds.
Convert Scientific to DecimalConvert scientific notation into standard decimal form instantly.
Convert Decimal to ScientificConvert a decimal number into scientific notation instantly.
Hex to UTF8Convert hexadecimal byte values into readable UTF-8 text instantly.
Text to OctalConvert plain text into octal character codes instantly.
Octal to TextConvert octal character codes back into readable text instantly.
Text to DecimalConvert plain text into decimal character codes instantly.
Decimal to TextConvert decimal character codes back into readable text instantly.
JSON to TextConvert JSON data into readable plain text instantly.
HTML to TextConvert HTML markup into readable plain text instantly.
XML to TextConvert XML markup into readable plain text instantly.
Uuencode TextEncode plain text into uuencoded format instantly.
Uudecode TextDecode uuencoded text back into readable plain text instantly.
Text to PunycodeConvert Unicode text or internationalized domains into Punycode instantly.
Punycode to TextConvert Punycode back into readable Unicode text instantly.
CMYK to RGBConvert CMYK color values into RGB format for screen and web use.
RGB to CMYKConvert RGB color values into CMYK format for print-oriented workflows.
CMYK to HexConvert CMYK color values into HEX format for web and CSS use.
Hex to CMYKConvert HEX color codes into CMYK values for print-oriented workflows.
Percentage, age, and other useful calculators.
Calculate percentages, increases, decreases, and percentage changes from simple numeric input.
Age CalculatorCalculate age from a birth date in years, months, and days.
Discount CalculatorCalculate discount amounts, sale prices, and final totals from a price and percentage.
Average CalculatorCalculate the arithmetic mean of a list of numbers quickly.
Ratio CalculatorSimplify and compare ratios between two values quickly.
Percentage Change CalculatorCalculate percentage increase or decrease between two values.
VAT CalculatorCalculate VAT amount, net price, and gross total from a base amount and tax rate.
ROI CalculatorCalculate return on investment and profit percentage from revenue and cost.
BMI CalculatorCalculate body mass index from weight and height.
Date Difference CalculatorFind the difference between two dates in days, weeks, months, and years.
Compound Interest CalculatorCalculate compound growth from principal, rate, time, and compounding frequency.
Loan CalculatorEstimate monthly loan payments, total payment, and total interest from amount, rate, and term.
Time Duration CalculatorCalculate the time difference between two clock times quickly.
Random Number GeneratorGenerate random numbers between a minimum and maximum value.
GPA CalculatorCalculate GPA from grade points and credits quickly.
Grade CalculatorCalculate a weighted final grade from scores and weights.
Margin CalculatorCalculate profit margin from revenue and cost.
Markup CalculatorCalculate markup percentage from cost and selling price.
Profit CalculatorCalculate profit from revenue and cost instantly.
Commission CalculatorCalculate commission amount and final payout from sales and commission rate.
Sales Tax CalculatorCalculate sales tax amount and total price from base price and tax rate.
Tip CalculatorCalculate tip amount and total bill from bill value and tip rate.
Break-even CalculatorCalculate break-even units from fixed cost, selling price, and variable cost.
Inflation CalculatorCalculate future value after inflation using current value, inflation rate, and years.
Currency Percentage CalculatorCalculate percentage amount, increased total, and reduced total from a money value.
CAGR CalculatorCalculate compound annual growth rate from starting value, ending value, and years.
Savings CalculatorCalculate future savings from starting balance, monthly contribution, rate, and years.
Mortgage CalculatorCalculate monthly mortgage payment from loan amount, interest rate, and term.
EMI CalculatorCalculate EMI from loan amount, annual interest rate, and term in months.
APR CalculatorCalculate APR from loan amount, fees, interest rate, and term.
Hourly to Salary CalculatorConvert hourly pay into weekly, monthly, and annual salary estimates.
Salary to Hourly CalculatorConvert annual salary into hourly, weekly, and monthly pay estimates.