Aller au contenu principal

Le contenu de cette page n’est disponible qu’en anglais.

Convert

ToolsByUs converters turn one format into another entirely in your browser: YAML, TOML, XML, CSV, SQL, Markdown, query strings, Base64, hex, slugs and UTF-8 binary. Every converter is parsed and written by engines that run on this page's own JavaScript — there is no upload step, no API and no account, so the claim is checkable in DevTools.

20 pages100 % local

Frequently asked questions

Are the converters really free with no limits?

Yes on both counts: there is no paid tier to restrict and no server to bill. The honest ceiling is the browser tab itself — main-thread converters refuse documents above 8 MB with a clear message rather than freezing the page, which is the same documented limit every tool on this site applies.

How do I pick the right converter for my file?

Match your input format to the left side of any card below — a YAML file starts with keys and indentation, a CSV is comma-separated rows, TOML uses [tables]. If the result isn't what you expected, the guide linked at the bottom of each converter page explains the format's rules in plain language.

Can I convert a file, or only pasted text?

Both. Every converter accepts pasted text, and where a file makes sense — the CSV merger is the clearest case — the surface adds a file picker. Either way the bytes are read locally by the page itself; no FileReader result is ever sent anywhere.

Not sure how the formats differ?

The comparison pages explain where each format wins and the guides teach the syntax from first principles.