Skip to tool
FeuTex · free tools runs in-browser no bloat built by LiMiT

Online Text Converter

Convert and clean text in your browser: change case, normalize whitespace, encode/decode (URL, Base64), escape HTML, and organize lines. No uploads and no network calls.

Category: Text · URL: /tools/online-text-converter.html
Tip: use Collapse whitespace to clean messy pasted text. Enable Keep line breaks if you want to clean each line without merging paragraphs.
Chars: 0 • Words: 0 • Lines: 0
Chars: 0 • Words: 0 • Lines: 0
Privacy: runs locally in your browser. No uploads, no tracking scripts.

How to use

Pick a conversion, paste your text, and run it.

  1. Paste or type into Input.
  2. Choose a Conversion (case, cleanup, encode/decode, or line tools).
  3. Adjust options like Trim ends or Keep line breaks (useful for whitespace cleanup).
  4. Click Convert, then Copy Output.
Keywords this page targets (natural cluster): online text converter, convert text case online, uppercase to lowercase converter, title case converter online, sentence case converter, toggle case converter, remove extra spaces from text, normalize whitespace online, remove blank lines tool, sort lines alphabetically, remove duplicate lines, reverse lines online, html escape tool, html unescape converter, url encode text, url decode text, base64 encode text, base64 decode text, rot13 converter online, remove accents from text, convert line endings to lf, convert line endings to crlf
Secondary intents covered: Clean pasted text from emails, PDFs, or chats, Convert text to UPPERCASE/lowercase/Title Case for headings, Escape text for safe HTML display or unescape copied HTML entities, Encode or decode text for URLs and query strings, Base64 encode/decode snippets for config and debugging, Sort, de-duplicate, or reverse lists line-by-line, Normalize line endings for cross-platform files, Remove accents/diacritics for compatibility

FAQ

Is this online text converter private?

Yes. The conversions run locally in your browser, and the tool JavaScript does not send your text to a server.

What does “Collapse whitespace” do?

It reduces runs of spaces/tabs (and optionally other whitespace) to a single space; with “Keep line breaks” enabled, it cleans each line without merging lines.

Why does URL decode sometimes fail?

URL decode fails when the input contains invalid percent-encoding (for example, “%ZZ”). Fix the encoding or decode a smaller portion.

Does Base64 encode/decode support Unicode?

Yes. The Base64 tools treat text as UTF-8 so non-ASCII characters can be encoded and restored correctly.

How do I remove duplicate lines from a list?

Choose “Unique lines (keep order)”, paste your list (one item per line), and convert.

Can I convert Windows line endings to Unix (LF)?

Yes. Use “Convert line endings to LF” to normalize CRLF/CR into LF.

What’s the difference between HTML escape and HTML unescape?

HTML escape turns characters like < into entities like &lt;; HTML unescape converts entities back into normal characters.