Text Utilities
Certified Utility Suite
Access our specialized collection of text utilities. Built for security and performance, these tools process all data locally.
Base64 Decoder
Decode base64 online โ turn Base64 strings back into readable UTF-8 text in your browser.
Base64 Encoder
Base64 encode text online โ convert strings to Base64 with full Unicode support, no uploads.
Case Converter
Convert text case online โ uppercase, lowercase, title case, camelCase, and snake_case in your browser.
Cron Generator
Generate cron expressions with presets, custom fields, and plain-English schedules.
CSS Minifier
Minify CSS online โ strip comments and whitespace to compress stylesheets for production.
CSS Unminifier
Unminify CSS online โ format minified stylesheets into readable, indented rules for debugging.
Date Format Converter
Date format converter โ change mm/dd/yyyy, dd/mm/yyyy, yyyy-mm-dd, Oracle, and Excel date formats.
Date to Unix
Convert date to unix timestamp โ epoch seconds, milliseconds, and ISO UTC output.
Find and Replace
Find and replace words in text โ like Word search replace, 100% in your browser.
HTML Escape
HTML escape online โ convert angle brackets, quotes, and special characters to safe entities.
HTML Minifier
Minify HTML online โ compress pages, remove comments, and shrink markup for production.
HTML to Image
Convert HTML to PNG or JPEG online โ render markup as an image locally in your browser.
HTML to Markdown
Convert HTML to markdown online โ migrate blog posts and CMS exports into clean .md files.
HTML Unescape
HTML unescape online โ turn &, ', and numeric entities back into readable text.
HTML Unminifier
Unminify HTML online โ format minified markup into readable, indented structure for debugging.
HTML Viewer
Free HTML viewer online โ paste or import markup and preview it live in a sandboxed browser frame.
Markdown Preview
Live markdown viewer and md preview โ render README drafts and notes as HTML in your browser.
Markdown to HTML
Convert markdown to HTML online โ export .md files as HTML fragments for CMS, email, or static sites.
Random Number
Random number generator & RNG โ dice roller, number picker, unique integers, decimal ranges.
Random String
Random string generator โ create random strings, passwords, and test tokens online.
Regex Tester
Test regular expressions with live matches, groups, and flags โ JavaScript RegExp in-browser.
Remove All Whitespace
Delete spaces, tabs, and newlines from pasted text โ remove all whitespace in your browser.
Reverse Text
Reverse text, words, or lines โ invert strings instantly in your browser.
Split String
Split string online by delimiter โ comma, lines, tab, or custom. Array split JS output, text file import.
Text Compare
Compare two texts online โ side-by-side diff with line numbers and color highlights.
Text Repeater
Repeat text online โ duplicate strings with newline, space, or comma separators in your browser.
Text Viewer
Free text viewer online โ open .txt files, read large logs locally with search highlighting.
Time Zone Converter
Time zone converter โ world time, UTC, IST, PST, CET, and time difference calculator.
Unix Time to Date
Unix timestamp converter โ convert epoch time to date, unix time to date, seconds or ms.
URL Encoder
Encode or decode URLs and query strings with percent-encoding โ 100% in-browser.
UTF-8 Decoder
UTF-8 decode hex or decimal bytes back to text โ utf8 decoder in your browser.
UTF-8 Encoder
UTF-8 encode text online โ view bytes as hex or decimal in your browser.
Word Counter
Free word counter online โ count words, characters, lines, and import text or PDF files.
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.