Convert & Encode
Move text and data cleanly between common developer formats. Every tool works locally and is free to use.
B
Base64 Encoder / Decoder
Encode Unicode text or files to Base64 and decode it locally.
Open tool →UURL Encoder / Decoder
Safely percent-encode or decode URL text.
Open tool →HHTML Entity Encoder / Decoder
Convert reserved characters to and from HTML entities.
Open tool →JJSON to CSV / CSV to JSON
Convert structured JSON arrays and CSV tables in either direction.
Open tool →XXML to JSON / JSON to XML
Move simple structured data between XML and JSON.
Open tool →YYAML to JSON / JSON to YAML
Convert configuration data between YAML and JSON.
Open tool →NNumber Base Converter
Convert integers among binary, decimal, hexadecimal, and octal.
Open tool →CCase Converter
Transform text into camelCase, snake_case, kebab-case, PascalCase, or Title Case.
Open tool →TText to Binary / Binary to Text
Translate text to byte-level binary and back.
Open tool →CCSV to Markdown Table
Turn CSV rows into a ready-to-paste Markdown table.
Open tool →MMarkdown to HTML
Convert Markdown into portable HTML markup.
Open tool →