OnboxTools

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.

Launch Base64 Decoder
๐Ÿงฌ

Base64 Encoder

Base64 encode text online โ€” convert strings to Base64 with full Unicode support, no uploads.

Launch Base64 Encoder
๐Ÿ”ก

Case Converter

Convert text case online โ€” uppercase, lowercase, title case, camelCase, and snake_case in your browser.

Launch Case Converter
โฐ

Cron Generator

Generate cron expressions with presets, custom fields, and plain-English schedules.

Launch Cron Generator
๐ŸŽจ

CSS Minifier

Minify CSS online โ€” strip comments and whitespace to compress stylesheets for production.

Launch CSS Minifier
๐Ÿ“

CSS Unminifier

Unminify CSS online โ€” format minified stylesheets into readable, indented rules for debugging.

Launch CSS Unminifier
๐Ÿ“†

Date Format Converter

Date format converter โ€” change mm/dd/yyyy, dd/mm/yyyy, yyyy-mm-dd, Oracle, and Excel date formats.

Launch Date Format Converter
๐Ÿ“…

Date to Unix

Convert date to unix timestamp โ€” epoch seconds, milliseconds, and ISO UTC output.

Launch Date to Unix
๐Ÿ”Ž

Find and Replace

Find and replace words in text โ€” like Word search replace, 100% in your browser.

Launch Find and Replace
๐Ÿ›ก๏ธ

HTML Escape

HTML escape online โ€” convert angle brackets, quotes, and special characters to safe entities.

Launch HTML Escape
๐Ÿ“ฐ

HTML Minifier

Minify HTML online โ€” compress pages, remove comments, and shrink markup for production.

Launch HTML Minifier
๐Ÿ–ผ๏ธ

HTML to Image

Convert HTML to PNG or JPEG online โ€” render markup as an image locally in your browser.

Launch HTML to Image
โ†ฉ๏ธ

HTML to Markdown

Convert HTML to markdown online โ€” migrate blog posts and CMS exports into clean .md files.

Launch HTML to Markdown
๐Ÿ”“

HTML Unescape

HTML unescape online โ€” turn &, ', and numeric entities back into readable text.

Launch HTML Unescape
๐Ÿ“„

HTML Unminifier

Unminify HTML online โ€” format minified markup into readable, indented structure for debugging.

Launch HTML Unminifier
๐Ÿ–ฅ๏ธ

HTML Viewer

Free HTML viewer online โ€” paste or import markup and preview it live in a sandboxed browser frame.

Launch HTML Viewer
๐Ÿ“‹

Markdown Preview

Live markdown viewer and md preview โ€” render README drafts and notes as HTML in your browser.

Launch Markdown Preview
๐Ÿ”„

Markdown to HTML

Convert markdown to HTML online โ€” export .md files as HTML fragments for CMS, email, or static sites.

Launch Markdown to HTML
๐ŸŽฒ

Random Number

Random number generator & RNG โ€” dice roller, number picker, unique integers, decimal ranges.

Launch Random Number
๐Ÿ”ค

Random String

Random string generator โ€” create random strings, passwords, and test tokens online.

Launch Random String
๐Ÿ”

Regex Tester

Test regular expressions with live matches, groups, and flags โ€” JavaScript RegExp in-browser.

Launch Regex Tester
๐Ÿงน

Remove All Whitespace

Delete spaces, tabs, and newlines from pasted text โ€” remove all whitespace in your browser.

Launch Remove All Whitespace
โ†ฉ๏ธ

Reverse Text

Reverse text, words, or lines โ€” invert strings instantly in your browser.

Launch Reverse Text
โœ‚๏ธ

Split String

Split string online by delimiter โ€” comma, lines, tab, or custom. Array split JS output, text file import.

Launch Split String
โš–๏ธ

Text Compare

Compare two texts online โ€” side-by-side diff with line numbers and color highlights.

Launch Text Compare
๐Ÿ”

Text Repeater

Repeat text online โ€” duplicate strings with newline, space, or comma separators in your browser.

Launch Text Repeater
๐Ÿ“–

Text Viewer

Free text viewer online โ€” open .txt files, read large logs locally with search highlighting.

Launch Text Viewer
๐ŸŒ

Time Zone Converter

Time zone converter โ€” world time, UTC, IST, PST, CET, and time difference calculator.

Launch Time Zone Converter
๐Ÿ•

Unix Time to Date

Unix timestamp converter โ€” convert epoch time to date, unix time to date, seconds or ms.

Launch Unix Time to Date
๐Ÿ”—

URL Encoder

Encode or decode URLs and query strings with percent-encoding โ€” 100% in-browser.

Launch URL Encoder
๐Ÿ”ค

UTF-8 Decoder

UTF-8 decode hex or decimal bytes back to text โ€” utf8 decoder in your browser.

Launch UTF-8 Decoder
๐ŸŒ

UTF-8 Encoder

UTF-8 encode text online โ€” view bytes as hex or decimal in your browser.

Launch UTF-8 Encoder
๐Ÿ“Š

Word Counter

Free word counter online โ€” count words, characters, lines, and import text or PDF files.

Launch Word Counter

Deterministic Text Manipulation and Encoding Standards

Textual data is the cornerstone of programming and data exchange. However, issues like UTF-8 BOM, carriage returns (CRLF vs LF), and character encoding can break deployments. Our text utility suite is built on a buffer-based approach to string manipulation. Whether you are performing regex-based filtering or case transformations, our tools respect the Unicode standard to prevent character corruption. Advanced text cleaning involves more than just stripping whitespace; it requires the normalization of hidden control characters and the consistent handling of multi-byte sequences. For developers working with legacy systems, our ASCII-to-Unicode and Base64-to-Text converters provide the necessary bridge to ensure data interoperability across diverse technical stacks.

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.