Smart Quote Converter

Chatbots and word processors output typographic “curly” quotes. Code, JSON, CSV files, and plenty of web forms want straight ones. Paste below — done.

Runs in your browser. Your text is never uploaded.
Paste your text
Clean text
More cleanup rules

What gets converted

Where smart quotes cause trouble

Curly quotes are correct typography for prose, but they break things that expect ASCII: source code and config files, JSON payloads, SQL, CSV imports, environment variables, password fields, and search queries. If you've ever had code fail because a pasted snippet contained ” instead of ", this is the fix. Enable the other rules above to clean em dashes and hidden characters in the same pass.

Should I always use straight quotes?

For published prose, curly quotes are typographically correct. For anything a computer parses — code, data, forms — use straight quotes. This tool is for the second case.