Text Utilities
Certified Utility Suite
Access our specialized collection of text utilities. Built for security and performance, these tools process all data locally.
Barcode Generator
Free barcode generator — Code 128, EAN-13, UPC. Download PNG, client-side.
Base64 Encoder
Encode or decode text to Base64 with full Unicode support — no uploads.
Case Converter
Upper, lower, camel case.
Color Picker
Color picker from image — sample photo pixels, color wheel, HEX RGB HSL copy.
Cron Generator
Generate cron expressions with presets, custom fields, and plain-English schedules.
CSS Minifier
Minify or unminify CSS online — minimise css, compress stylesheets, beautify for editing.
Find and Replace
Find and replace words in text — like Word search replace, 100% in your browser.
HTML Entity Encoder
Escape HTML or decode entities (&, ', etc.) — safe for templates and debugging.
HTML Minifier
Minify or unminify HTML online — compress pages, remove comments, beautify markup.
Markdown Preview
Preview Markdown as HTML or convert HTML back to Markdown — live, in your browser.
QR Code Generator
Free QR code generator — URL, text, Wi-Fi. Download PNG, custom colors, scannable.
Random Number
Random number generator & RNG — number picker, unique integers, random strings.
Regex Tester
Test regular expressions with live matches, groups, and flags — JavaScript RegExp in-browser.
Reverse Text
Reverse text, words, or lines — invert strings instantly in your browser.
Split String
Split string or text by delimiter — array split for JS, CSV, lines, custom separators.
Text Repeater
Repeat text for WhatsApp & SMS.
Text Viewer
Text viewer and txt reader online — open TXT, read PDF text with search highlighting.
Unix Timestamp
Timestamp converter for unix time, epoch, and Linux dates — seconds, ms, UTC, ISO.
URL Encoder
Encode or decode URLs and query strings with percent-encoding — 100% in-browser.
UTF-8 Encoder
UTF-8 encode or decode text online — bytes as hex, utf8 converter in your browser.
Word Counter
Count words, characters, and analyze frequency.
Text Utilities FAQ
Does the tool handle non-Latin character sets?
Yes, our processing engine is fully Unicode-compliant, supporting Cyrillic, CJK, and Arabic scripts without data loss.
What is the difference between CRLF and LF cleaning?
CRLF is the Windows standard ( ), while LF is Unix/Linux ( ). Our tool allows you to normalize these to prevent git-diff conflicts.
Can I use RegEx for bulk text replacement?
Absolutely. Our advanced replace tool supports standard JavaScript Regular Expression syntax for complex pattern matching.