Text Tools

Text Tools

40 tools in this category

Browse other categories

See every tool on one page

Quick answer

A large set of free text and code utilities - encoders and decoders, formatters, converters, counters, generators and colour tools.

Key facts

  • Base64, Base32 and binary encoders and decoders
  • JSON formatting and validation, minifiers and beautifiers
  • Character and word counting, case and list conversion
  • Barcode, QR and colour utilities
  • Everything runs in your browser

About these tools

This is the developer and writer toolbox: converting text between encodings, tidying and validating structured data, counting and reformatting, and generating codes and colours.

These are the small jobs that interrupt other work - decoding a Base64 string, checking whether some JSON is valid, turning a column into a comma-separated list - and each one has its own page so it takes a few seconds rather than a detour.

How to choose

Search for the operation rather than the category: the tool names say exactly what they do. Encoding and decoding are always separate pages, so pick the direction you need.

Frequently asked questions

Is my text sent to a server?

No. These tools run in your browser, so whatever you paste stays on your device.

Can I paste sensitive data such as tokens or keys?

The processing is local, so nothing is transmitted. As a general habit, be careful pasting live credentials into any web page, including this one.

Is Base64 a form of encryption?

No. Base64 is an encoding, not encryption - anyone can decode it. It exists to carry binary data safely through text-only channels, not to keep anything secret.