Guide
How to choose the right converter
Short recommendations for choosing an output format for different tasks.
Images
JPG is practical for photos, PNG for transparency, WEBP and AVIF for modern websites, ICO for website icons.
Documents
TXT is good for plain text, HTML for web pages, Markdown for documentation, PDF for sharing and printing.
Data
CSV, TSV and PSV are useful for tables, JSON is common in APIs, XML and YAML work for structured data, SQL helps with database imports.
Subtitles
SRT is common in players and video editors, while VTT is used for web video and HTML5 players.
Code
Source code can be exported to TXT, HTML, Markdown, PDF, Base64, URL encoded or HEX for viewing and transfer.
Encodings
Base64, URL encoded and HEX help represent text data in systems, APIs and URLs.