Generated with PHP + HTML + CSS + JS

80Tools

A fast browser-side utility library with formatters, generators, converters, validators, and developer helpers. Every tool keeps data on the client for privacy and speed.

50 toolsTailwind CDNPure client-side logic

Stack

Shared PHP header and footer, one shared CSS/JS pair, one folder per tool, and CDN-only third-party libraries where needed.

Encoding

Encoding / Decoding

Common browser-side encoders, decoders, and token viewers.

5 tools

Hashing

Hashing / Encryption

Digest and signature utilities powered by CryptoJS on the client.

5 tools

Formatting

Formatting / Beautifying

Pretty printers and minifiers for structured text and code.

5 tools

Generators

Generators

Create IDs, passwords, placeholder text, QR codes, and barcodes.

5 tools

Converters

Converters

Convert dates, colors, numeric bases, numerals, and text casing.

5 tools

Text

Text Processing

Measure, transform, compare, and inspect strings in the browser.

5 tools

Dev

Developer Tools

Daily helpers for tokens, headers, YAML/JSON, cURL, and user agents.

5 tools

Other

Other Utilities

Extra helpers for markdown, accessibility, validation, math, and checksums.

15 tools
Other UtilitiesOpen

Markdown Preview

Render Markdown to sanitized HTML locally in the browser.

Uses marked plus DOMPurify from CDN for a quick live preview with client-side sanitization.

Other UtilitiesOpen

Color Contrast Checker

Check WCAG contrast ratios for foreground and background color pairs.

Calculates relative luminance, contrast ratio, and AA/AAA pass states on the client.

Other UtilitiesOpen

CSS Unit Converter

Convert between px, rem, em, vw, vh, and percent values.

Uses your chosen root size and viewport dimensions as the conversion context.

Other UtilitiesOpen

Emoji Encoder / Decoder

Convert emojis to code point notation or decode code points back to emoji text.

Uses U+ notation for readability and supports multi-code-point input.

Other UtilitiesOpen

Password Strength Checker

Estimate password strength, entropy, and composition signals in the browser.

Scores length, character variety, and common weakness patterns without sending the password anywhere.

Other UtilitiesOpen

Credit Card Validator

Validate card numbers with the Luhn algorithm and detect common card brands.

Does not contact any payment network and does not verify whether a card is real or active.

Other UtilitiesOpen

Resident ID Validator

Validate an 18-digit Mainland China resident ID format locally.

Checks format, birth date, checksum, and infers the encoded gender flag as a browser-side demo.

Other UtilitiesOpen

Percentage Calculator

Solve common percentage formulas such as ratio, percent-of-number, and percentage change.

Uses one shared form and explains the applied formula in the result panel.

Other UtilitiesOpen

Average Calculator

Calculate count, sum, average, median, min, and max for a list of numbers.

Parses numbers from commas, spaces, or line breaks locally in the browser.

Other UtilitiesOpen

Camel / Snake / Kebab Converter

Convert identifiers between camelCase, snake_case, kebab-case, and PascalCase.

Splits words with heuristics so developer-friendly identifiers can be reshaped quickly.

Other UtilitiesOpen

Unicode Normalizer

Normalize text into NFC, NFD, NFKC, or NFKD forms using the browser API.

Also shows the resulting code points so normalization changes are easy to inspect.

Other UtilitiesOpen

ASCII Table

Browse the ASCII table and inspect the codes for your own text.

Renders the full 0-127 chart client-side and highlights the pasted characters separately.

Other UtilitiesOpen

Bitwise Calculator

Calculate AND, OR, XOR, NOT, left shift, and right shift with BigInt-based logic.

Accepts binary, decimal, or hexadecimal input and shows the result in multiple bases.

Other UtilitiesOpen

CRC-32 Checksum

Calculate a CRC-32 checksum for input text in the browser.

Shows both hexadecimal and unsigned decimal output for quick checksum comparisons.

Other UtilitiesOpen

Slug Generator

Turn arbitrary text into URL-friendly slugs in the browser.

Strips punctuation, collapses separators, and lowercases the result without any server dependency.