Text Tools
Text Tools
40 tools in this category
- Barcode Generator
- Base32 Decoder
- Base32 Encoder
- Base64 Decoder
- Base64 Encoder
- Base64 to image converter
- Binary to text Decoder
- Character Count
- Color Code Converter
- Color Code Picker
- Column To Comma Separated List
- comma Separated List To Column
- Compare Text String
- CSS Minify
- Extract URL Links From Text
- Generate Missing HTML Tags
- HTML Minify
- Image To Base64 Converter
- Image to text
- Javascript Minify
- JavaScript Obfuscator
- JSON Formatter
- JSON to XML Converter
- Multiline String to Singleline Text Converter
- NATO Phonetic Alphabet Converter
- Number Base Converter
- Number to Words Converter
- PDF to Text
- QR Code Generator
- QR Code Scanner
- Remove Empty lines
- Remove Html Tags
- Rich Text HTML Editor
- Secure Password Generator
- string-builder
- Text Case Converter
- Text to binary Encoder
- URl Slug Generator
- XML Formatter
- XML to JSON Converter
No tools here match .
Browse other categories
- Image Tools 41
- Device Testing tool 34
- Video Downloader 30
- Length Converter 20
- AI Writer 17
- Music & Instrument Tools 16
- Area Converter 11
- Website Tools 11
- Weight Converter 11
- Other Tools 8
- Volume Converter 8
- Finance Calculator 7
- PDF Tools 7
- Date & Time 6
- Document Creater Tools 5
- Seo Tools 5
- Address Tools 4
- Proxy Tools 4
- Audio Downloader 3
- Basic Calculator 3
- Backlinks Tools 2
- Health Calculator 2
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.