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 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.
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.