Diagnostic suite · live

Text Tools

Encode and decode text: Morse code, binary, and Base64.

Morse code
Binary (8-bit)
Base64

About the Text Tools

Text Tools is a bundled utility page covering the small text operations you need dozens of times a day — remove duplicate lines, sort lines alphabetically or numerically, reverse text, remove extra whitespace, add line numbers, strip HTML tags, convert between encodings and more. Instead of hunting for a separate tool for each operation, everything is in one place with a single input box.

Developers use these tools when munging log files, cleaning CSV imports, deduplicating user email lists, sorting configuration entries, or preparing test data. Writers and editors use them for whitespace cleanup, encoding normalization and text sanitation. QA engineers use them for building deterministic test fixtures.

Every operation runs in your browser via JavaScript — no upload, no logging, no ads. For sensitive text (customer lists, internal logs), that privacy guarantee matters. Combine with our JSON Formatter and Regex Tester for a complete text-wrangling workspace.

How to use this tool

  1. 1Enter the required value in the input field above (domain, IP, URL, or text depending on the tool).
  2. 2Click the action button to run the check — results are computed instantly from our edge network.
  3. 3Review the parsed output, key fields and any warnings shown in the result card.
  4. 4Copy the result, share the page URL, or jump to a related tool from the sidebar to continue debugging.

Key features

  • Sort, dedupe, reverse and clean in one place
  • Strip HTML, remove extra whitespace
  • All operations run in the browser
  • No signup, no upload
Related searches: text tools · text utilities online · remove duplicate lines · sort text lines · strip html · text cleaner

Frequently asked questions

Paste your text into the input box and select 'Remove duplicates'. Lines are compared exactly — leading/trailing whitespace and case-sensitivity matter unless you also normalize first.