Format, prettify, and validate JSON with error reporting.
Minify JSON to a single compact line.
Convert JSON data into XML.
Convert JSON data into YAML.
Convert a JSON array into CSV.
Convert a JSON array into TSV.
Extract plain text values from JSON.
Convert a JSON array into an HTML table.
Compare two JSON documents and see semantic differences.
Evaluate JSONPath expressions against a JSON document.
Escape JSON for embedding in code as a string literal.
Serialize a JSON value to an escaped string.
Unescape a JSON string literal back to formatted JSON.
Convert a plain string into a valid JSON value.
Format, prettify, and validate XML.
Convert XML documents into JSON.
Convert XML documents into YAML.
Convert XML into CSV.
Convert XML into TSV.
Extract plain text from XML.
Convert XML into an HTML representation.
Compare two XML documents and highlight differences.
Apply an XSL stylesheet to an XML document.
Escape an XML document into a string literal.
Evaluate XPath expressions against an XML document.
Render CSV data as an interactive table.
Convert CSV into a JSON array of objects.
Convert CSV into XML.
Convert CSV into YAML.
Convert CSV (comma-separated) to TSV (tab-separated).
Convert CSV into an HTML table.
Generate SQL INSERT statements from CSV data.
Convert CSV into readable multiline data.
Convert SQL INSERT statements into JSON.
Convert SQL INSERT statements into CSV.
Convert SQL INSERT statements into XML.
Convert SQL INSERT statements into YAML.
Convert SQL INSERT statements into an HTML table.
Remove all HTML tags and return plain text.
Generate an HTML table from CSV or TSV data.
Extract an HTML table and convert it to CSV.
Extract an HTML table and convert it to TSV.
Extract an HTML table and convert it to JSON.
Extract an HTML table and convert it to XML.
Extract an HTML table and convert it to YAML.
Strip HTML tags and return clean plain text.
Convert HTML into Markdown.
Convert HTML into PUG template syntax.
Convert HTML into JADE (PUG) template syntax.
Convert HTML into BBCode.
Convert Markdown into HTML.
Render PUG templates as HTML.
Render JADE (PUG) templates as HTML.
Convert BBCode to HTML.
Encode reserved characters as HTML entities.
Decode HTML entities back to text.
Convert HEX colors to RGB.
Convert HEX colors to HSL.
Convert HEX colors to HSV.
Convert HEX colors to CMYK.
Convert HEX colors to Colortone.
Convert RGB colors to HEX.
Convert RGB colors to HSL.
Convert RGB colors to HSV.
Convert RGB colors to CMYK.
Convert RGB colors to Colortone.
Convert HSL colors to HEX.
Convert HSL colors to RGB.
Convert HSL colors to HSV.
Convert HSL colors to CMYK.
Convert HSL colors to Colortone.
Convert HSV colors to HEX.
Convert HSV colors to RGB.
Convert HSV colors to HSL.
Convert HSV colors to CMYK.
Convert HSV colors to Colortone.
Convert CMYK colors to HEX.
Convert CMYK colors to RGB.
Convert CMYK colors to HSL.
Convert CMYK colors to HSV.
Convert CMYK colors to Colortone.
Convert Colortone colors to HEX.
Convert Colortone colors to RGB.
Convert Colortone colors to HSL.
Convert Colortone colors to HSV.
Convert Colortone colors to CMYK.
Length unit conversion.
Weight unit conversion.
Volume unit conversion.
Area unit conversion.
Time unit conversion.
Temperature unit conversion.
Speed unit conversion.
Data Storage unit conversion.
Pressure unit conversion.
Energy unit conversion.
Angle unit conversion.
Encode text as Base64.
Decode Base64 back to text.
Encode any image file as a Base64 string.
Decode a Base64 string into a viewable image.
Encode a PNG image as Base64.
Encode a JPG image as Base64.
Encode JSON text as Base64.
Encode XML text as Base64.
Encode YAML text as Base64.
Encode CSV text as Base64.
Encode TSV text as Base64.
Encode hexadecimal data as Base64.
Encode octal data as Base64.
Encode binary data as Base64.
Decode Base64 back to JSON.
Decode Base64 back to XML.
Decode Base64 back to YAML.
Decode Base64 back to CSV.
Decode Base64 back to TSV.
Decode Base64 to hexadecimal.
Decode Base64 to binary representation.
Convert JPG images to PNG format.
Convert PNG images to JPG format.
Convert BMP images to PNG format.
Convert text between camelCase, snake_case, kebab-case, and more.
Count characters, words, lines, and sentences.
Count how often each word appears.
Reverse the characters of your text.
Flip text upside down using Unicode.
Remove repeated lines from your text.
Strip out blank lines.
Collapse repeated spaces and trim lines.
Strip all whitespace from text.
Replace line breaks with spaces.
Remove all lines that contain a given substring.
Strip diacritical marks from accented characters.
Strip all punctuation from text.
Sort lines alphabetically.
Sort words alphabetically.
Repeat each word in your text N times.
Repeat a block of text N times.
Generate a list of random English words.
Convert numbers to English words.
Convert English number words to digits.
Build and manipulate strings with repeat and join operations.
Extract a specific column from delimited text.
Generate NTLM (MD4) hashes from text.
Encode text as hexadecimal bytes.
Decode hexadecimal bytes back to text.
Encode text as binary.
Decode binary back to text.
Generate strong, random passwords.
Compare two blocks of text line by line.
Convert Unix timestamps to dates and vice versa.
Parse and explain cron expressions with next run times.
Validate credit card numbers using the Luhn algorithm.
Generate fake credit card numbers for testing (Luhn-valid).
Obfuscate JavaScript code by renaming variables and encoding strings.