Converters
Convert Base64, URLs, CSV, JSON, binary, hex, Markdown, and color formats without a server round-trip. Ideal for debugging and data cleanup.
14 tools · processed in your browser
Base64 Encode
Converters
Encode text to Base64 for data URLs, basic auth experiments, and compact transport snippets.
144k uses
Base64 Decode
Converters
Decode Base64 back into readable text when logs, tokens, or data URLs hide the original string.
136k uses
URL Encode
Converters
Percent-encode reserved characters so query values survive copy-paste into URLs and redirects.
129k uses
URL Decode
Converters
Turn percent-encoded URL text back into readable characters for debugging query strings and logs.
119k uses
CSV to JSON
Converters
Convert CSV rows into JSON objects so spreadsheets can feed APIs, fixtures, and mock data files.
104k uses
JSON to CSV
Converters
Flatten a JSON array of objects into CSV so analysts can open the data in a spreadsheet app.
97k uses
Text to Binary
Converters
Render text as binary bit groups so encoding lessons and low-level checks have a visible dump.
56k uses
Binary to Text
Converters
Turn grouped binary digits back into characters when a bit dump needs to be readable again.
50k uses
HEX to ASCII
Converters
Decode hexadecimal byte strings into readable ASCII when dumps, packets, and notes hide the text.
67k uses
ASCII to HEX
Converters
Encode text as hexadecimal bytes for dumps, debugging notes, specs, and firmware-style examples.
63k uses
Markdown to HTML
Converters
Compile Markdown into HTML fragments so newsletters and static pages can reuse the markup.
89k uses
HTML to Plain Text
Converters
Strip tags from HTML so you can recover readable copy from newsletters and scraped fragments.
76k uses
JSON to YAML
Converters
Convert JSON into YAML so config files and docs can use indentation instead of braces and commas.
81k uses
YAML to JSON
NewConverters
Parse YAML into JSON so APIs and formatters can consume configs that started as indented files.
28k uses