{% extends "base.html" %} {% block title %}Text Tools{% endblock %} {% block nav_text %}active{% 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.

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