Structured text, config, and encoding workflows
Text & Data Converter
Browse practical tools for converting JSON, YAML, XML, CSV, Markdown, Base64, and other structured text formats without leaving the browser.
27+
converters
6
workflow groups
Browser-based
local processing
Markdown & HTML
Move between markdown, HTML, and escaped markup when publishing or cleaning up copied content.
Markdown to HTML
Turn markdown into publish-ready HTML for docs, README files, and web content.
HTML to Markdown
Clean up HTML into markdown when you want easier editing and reuse.
HTML Entity Encoder
Escape HTML characters safely for templates, code samples, and embeds.
HTML Entity Decoder
Decode escaped HTML entities back into readable markup and text.
JSON & YAML
Switch between common structured formats for APIs, manifests, config files, and readable editing.
YAML to JSON
Convert YAML for APIs, deployment data, and tool-friendly JSON workflows.
JSON to YAML
Turn JSON into a more readable YAML format for editing and config files.
CSV to JSON
Turn spreadsheet rows into JSON for scripts, apps, and API imports.
JSON to CSV
Export structured JSON into spreadsheet-friendly rows for reporting and review.
XML & CSV
Reshape older integration formats and spreadsheet-style data into structures that are easier to inspect and reuse.
XML to JSON
Convert XML into JSON for APIs, apps, and structured data workflows.
JSON to XML
Turn JSON into XML when a feed or legacy system still expects XML.
XML to CSV
Turn repeating XML records into spreadsheet rows for exports and reporting.
CSV to XML
Convert spreadsheet rows into XML for imports, exports, and older integrations.
XML to YAML
Make XML data easier to read by converting it into YAML.
YAML to XML
Turn YAML into XML for systems and workflows that still require it.
Config formats
Translate app settings and infrastructure data across JSON, TOML, and HCL-based workflows.
TOML to JSON
Convert TOML settings into JSON for tooling, debugging, and app workflows.
JSON to TOML
Turn JSON into TOML for config files and app settings.
HCL to JSON
Convert Terraform-style HCL into JSON for review and tooling.
JSON to HCL
Move structured JSON into HCL for Terraform-style workflows.
YAML to HCL
Turn YAML data into HCL when infra workflows need Terraform-style syntax.
Encoding & URL
Encode and decode values that show up in URLs, payloads, tokens, and browser-safe text workflows.
Base64 Encoder
Encode text and payloads into Base64 strings for tests and transfers.
Base64 Decoder
Decode Base64 back into readable text and payload content.
Base64 URL Encoder
Encode URL-safe Base64 values for JWT parts and web-safe tokens.
Base64 URL Decoder
Decode URL-safe Base64 values used in tokens and callback payloads.
URL Encoder
Encode text for query strings, redirects, and safe URL parameters.
URL Decoder
Decode query strings and encoded URL values for easier inspection.
JSON Lines
Move between array-based JSON and one-record-per-line JSONL for AI jobs, logs, and batch workflows.