Skip to content

Free Text Converter

Change letter case, clean up messy text, and convert code identifiers — instantly, in your browser. Nothing is uploaded.

A text converter transforms text from one format to another — changing its letter case, stripping unwanted characters, or reformatting it as a code identifier. Paste your text above, choose a conversion, and copy the result.

All 21 tools

Why use this text converter

Most online text tools send what you paste to a server. This one does not. Every conversion is plain JavaScript running on your own machine, which has three consequences: it is instant (no network round trip), it is private (confidential drafts stay on your device), and it works offline once the page has loaded.

Each tool has its own page with worked examples, the style-guide rules that apply, and the edge cases that trip people up — because knowing that Chicago and APA disagree about title case matters more than another button.

Frequently asked questions

Is this text converter free?

Yes. Every tool is free with no sign-up, no account, and no usage limit.

Is my text uploaded to a server?

No. Every conversion runs in your browser using JavaScript. Your text never leaves your device, is never logged, and the tools keep working offline.

What is the difference between title case and sentence case?

Title case capitalises every major word in a headline, leaving short articles and prepositions lowercase. Sentence case capitalises only the first word of each sentence, the way ordinary prose is written.

Can I convert a large document?

Yes. There is no length limit, because the work happens on your device rather than on a server. Very large files may briefly pause the tab while converting.