{% extends "base.html" %} {% block title %}Text Tools{% endblock %} {% block nav_text %}active{% endblock %} {% block head %} {% endblock %} {% block content %}

Word Counter

Live statistics as you type.

0
Characters
0
No spaces
0
Words
0
Lines
0
Sentences
0 min
Reading time

Find & Replace

Search and replace text with optional regex and case-sensitivity.

Regex Tester

Test regular expressions against text with live match highlighting.

Base64

Encode or decode text and files as Base64.

Hash Generator

Generate cryptographic hashes of text using the browser's Web Crypto API.

Text Diff

Compare two blocks of text and highlight line-by-line differences.

Color Converter

Convert between HEX, RGB, and HSL color formats with a live preview.

URL Encoder / Decoder

Encode or decode URL components.

JSON Formatter

Format, validate, and minify JSON.

JWT Decoder

Decode a JSON Web Token to inspect its header and payload.

Case Converter

Convert text between different cases.

UUID Generator

Generate random UUIDs (v4).

Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates.

Lorem Ipsum Generator

Generate placeholder text.

Password Generator

Generate secure random passwords with customizable options.

Line Tools

Sort, dedupe, number, join and split lines of text.

Sort
Clean
0 lines

Cron Explainer

Translate a cron expression into plain English and preview its next run times.

HTML Entities

Encode text as HTML entities or decode named, decimal and hex entities back to text.

Format
Scope

String Escape

Escape or unescape a string for JSON, JavaScript, Python, HTML attributes, CSV, shell, URLs or regular expressions.

Number Base Converter

Convert integers of any size between binary, octal, decimal, hex and custom bases.

Binary
Octal
Decimal
Hex
Base 36
Character

Unit Converter

Convert length, mass, temperature, area, volume, speed, time, data size, energy and pressure.

Slug Generator

Turn a title into a clean URL slug.

Markdown Table

Build a Markdown table from CSV/TSV or edit cells in a grid; or convert a Markdown table back to CSV.

Text to Speech

Read text aloud with your browser's built-in voices.

Audio plays through your speakers only. The Web Speech API does not expose the audio stream, so it cannot be saved as a file.

{% endblock %} {% block scripts %} {% endblock %}