Converters
Switch between formats, bases, units, and encodings.
JSON to YAML
Convert JSON into clean, readable YAML.
YAML to JSON
Convert YAML config into strict JSON.
JSON to CSV
Flatten JSON arrays into CSV rows.
CSV to JSON
Parse CSV and emit clean JSON arrays.
XML to JSON
Convert XML documents into JSON.
TOML to JSON
Convert TOML configuration files into JSON.
Base64 Encode / Decode
Encode text or files to Base64 and decode them back.
URL Encode / Decode
Percent-encode URLs and query parameters, and decode them.
HTML Entity Encode / Decode
Convert HTML entities to characters and back.
Unicode Escape / Unescape
Convert characters to `\uXXXX` escape sequences and back.
Color Converter
Convert between HEX, RGB, HSL, and CMYK.
Number Base Converter
Convert between binary, octal, decimal, and hexadecimal.
Unix Timestamp Converter
Convert Unix timestamps to and from human dates.
Markdown to HTML
Convert Markdown to ready-to-paste HTML.
Image to Base64
Convert images into Base64 data URIs.
Byte / Data Size Converter
Convert between B, KB, MB, GB, TB, and PB.
Text to Binary
Convert text to binary and back, bit by bit.