Kostenlos · Clientseitig · Ohne Anmeldung
Kostenlose Online-Entwickler-Tools
JSON, Base64, Hashing, Kodierungen, QR, Netzwerk und Text — alles im Browser. Kein Konto nötig.
Nach Kategorie: Text, URL, HTML, CSS, JSON, CSV, Datenbank, Krypto, YAML und mehr.
Inkl. DB-URL-Parsing, Zufallsstrings, Base32/Base58/Base64, SHA & HMAC, bcrypt, QR und IPv4-CIDR — lokal im Browser.
Text-Tools
Encoding, hashing, UUIDs, timestamps — string and digest helpers.
Text-Tools
Case converter
lower, UPPER, camelCase, PascalCase, snake_case, CONSTANT_CASE, Train-Case.
Tool öffnenText-Tools
HEX to text
Decode hex (with or without separators) back to UTF-8 text.
Tool öffnenText-Tools
Line sorter
Sort, reverse, shuffle lines; optional line numbers — all client-side.
Tool öffnenText-Tools
Lorem ipsum generator
Generate placeholder paragraphs with adjustable length.
Tool öffnenText-Tools
Text to HEX
UTF-8 bytes to space-delimited hex.
Tool öffnenText-Tools
Unix timestamp converter
Convert Unix seconds or milliseconds ↔ ISO 8601 dates in local and UTC.
Tool öffnenText-Tools
UUID generator
Generate RFC 4122 v4 UUIDs with one click — copy individually or all at once.
Tool öffnenText-Tools
Whitespace remover
Trim lines, collapse spaces, or strip all whitespace.
Tool öffnenText-Tools
Word counter
Count words, characters, and lines as you type — Unicode-aware.
Tool öffnen
URL-Tools
Percent-encoding for queries, paths, and components.
URL-Tools
Slug generator
SEO-friendly URL slugs from titles — lowercase, hyphenated.
Tool öffnenURL-Tools
URL decoder
Decode percent-encoded strings to readable text.
Tool öffnenURL-Tools
URL encode / decode
Percent-encode or decode query strings and path components safely in the browser.
Tool öffnenURL-Tools
URL encoder
Percent-encode text for safe use in URLs and query strings.
Tool öffnenURL-Tools
URL parser
Inspect scheme, host, path, query, and hash with the URL API.
Tool öffnen
HTML-Tools
Markup utilities (expand this group as you ship tools).
HTML-Tools
HTML decoder
Decode HTML entities back to characters.
Tool öffnenHTML-Tools
HTML encoder
Encode text to numeric / named HTML entities.
Tool öffnenHTML-Tools
HTML escape
Escape &, <, >, quotes for safe embedding in HTML.
Tool öffnenHTML-Tools
HTML formatter
Pretty-print HTML with js-beautify for readability.
Tool öffnenHTML-Tools
HTML minifier
Remove extra whitespace and shrink HTML for production.
Tool öffnenHTML-Tools
HTML stripper
Remove tags and keep text (best-effort).
Tool öffnenHTML-Tools
HTML unescape
Unescape common HTML entities.
Tool öffnenHTML-Tools
HTML validator
Well-formedness check (DOMParser) — not a full W3C nu validator.
Tool öffnen
Markdown-Tools
Markdown helpers (expand this group as you ship tools).
CSS-Tools
Styles, shadows, and SVG → CSS for production.
CSS-Tools
CSS beautifier
Pretty-print CSS stylesheets.
Tool öffnenCSS-Tools
CSS box-shadow
Live preview for offset, blur, spread, and color — copy the value in one click.
Tool öffnenCSS-Tools
CSS minifier
Minify CSS with clean-css.
Tool öffnenCSS-Tools
CSS validator
Basic brace/bracket balance and structure hints — not full W3C.
Tool öffnenCSS-Tools
Shape divider generator
Create SVG wave, curve, tilt, and zigzag dividers for sections — copy SVG or CSS.
Tool öffnenCSS-Tools
SVG → CSS background
Turn inline SVG into a data URL and copy-ready background-image CSS.
Tool öffnenCSS-Tools
SVG generators
Browse SVG utilities: CSS background converter and shape divider generator — all client-side.
Tool öffnen
JavaScript-Tools
JS-focused utilities (expand this group as you ship tools).
JavaScript-Tools
Code playground
Monaco IDE: run JavaScript, TypeScript, Python, Java, C++, Go in a remote sandbox; preview HTML locally. Shortcuts, console, starter templates.
Tool öffnenJavaScript-Tools
JavaScript beautifier
Pretty-print JavaScript with js-beautify.
Tool öffnenJavaScript-Tools
JavaScript escape
Escape a string for use inside JavaScript quotes.
Tool öffnenJavaScript-Tools
JavaScript minifier
Minify JS with terser (may fail on invalid syntax).
Tool öffnenJavaScript-Tools
JavaScript unescape
Unescape JavaScript string escapes.
Tool öffnen
JSON-Tools
Format JSON, inspect JWTs — no server round-trip.
JSON-Tools
JSON escape
Escape a string for embedding in JSON.
Tool öffnenJSON-Tools
JSON formatter & validator
Format, minify, and validate JSON — fix payloads before APIs or configs.
Tool öffnenJSON-Tools
JSON minifier
Remove whitespace from JSON — compact one-liner.
Tool öffnenJSON-Tools
JSON unescape
Unescape JSON string escapes.
Tool öffnenJSON-Tools
JSON validator
Validate JSON and show parse errors with position.
Tool öffnenJSON-Tools
JWT decoder
Inspect header and payload (Base64URL). Read-only — does not verify signatures.
Tool öffnen
XML-Tools
XML utilities (expand this group as you ship tools).
XML-Tools
JSON to XML
Convert JSON to a simple XML document.
Tool öffnenXML-Tools
XML decoder
Decode XML entities.
Tool öffnenXML-Tools
XML encoder
Encode special characters for XML text nodes.
Tool öffnenXML-Tools
XML escape
Escape &, <, >, quotes for XML.
Tool öffnenXML-Tools
XML formatter
Pretty-print XML with indentation.
Tool öffnenXML-Tools
XML minifier
Collapse whitespace in XML.
Tool öffnenXML-Tools
XML to JSON
Convert XML to JSON (fast-xml-parser).
Tool öffnenXML-Tools
XML unescape
Unescape XML entities.
Tool öffnenXML-Tools
XML validator
Parse XML and report errors (DOMParser).
Tool öffnen
YAML-Tools
YAML utilities (expand this group as you ship tools).
CSV-Tools
Convert and export tabular data.
PHP-Tools
PHP helpers (expand this group as you ship tools).
Datenbank-Tools
Parse connection strings and inspect host, port, and database name.
Datenbank-Tools
Database URL parser
Split PostgreSQL, MySQL, MongoDB, Redis, and other connection URLs into scheme, host, port, user, and database.
Tool öffnenDatenbank-Tools
SQL escape
Escape single quotes for SQL string literals.
Tool öffnenDatenbank-Tools
SQL formatter
Pretty-print SQL with sql-formatter.
Tool öffnenDatenbank-Tools
SQL minifier
Strip SQL comments and collapse whitespace.
Tool öffnen
Zufallsgeneratoren
Secure random strings and values for tokens and test data.
Zufallsgeneratoren
Passphrase generator
Random word-style passphrases from a word list.
Tool öffnenZufallsgeneratoren
Password generator
Cryptographically random passwords — length and charset.
Tool öffnenZufallsgeneratoren
PIN generator
Numeric PINs with secure randomness.
Tool öffnenZufallsgeneratoren
Random string generator
Generate cryptographically random strings — length, charset, and one-click copy.
Tool öffnen
Base32-Tools
RFC 4648 Base32 encode and decode in the browser.
Base32-Tools
Base32 decoder
Decode Base32 to UTF-8 text.
Tool öffnenBase32-Tools
Base32 encode / decode
RFC 4648 Base32 for encoded identifiers, OTP secrets, and text-safe binary.
Tool öffnenBase32-Tools
Base32 encoder
Encode UTF-8 text to RFC 4648 Base32.
Tool öffnenBase32-Tools
Base32 to HEX
Decode Base32 to hex string.
Tool öffnenBase32-Tools
HEX to Base32
Encode hex bytes as Base32.
Tool öffnen
Base58-Tools
Bitcoin-style Base58 for compact binary-safe text.
Base58-Tools
Base58 decoder
Decode Base58 to UTF-8.
Tool öffnenBase58-Tools
Base58 encode / decode
Bitcoin-style Base58 — compact, avoids ambiguous characters (0, O, I, l).
Tool öffnenBase58-Tools
Base58 encoder
Encode UTF-8 bytes as Base58.
Tool öffnenBase58-Tools
Base58 to HEX
Decode Base58 to hex.
Tool öffnenBase58-Tools
HEX to Base58
Encode hex as Base58.
Tool öffnen
Base64-Tools
Standard Base64 for UTF-8 text, APIs, and debugging.
Base64-Tools
Base64 decoder
Decode Base64 to UTF-8 text.
Tool öffnenBase64-Tools
Base64 encode / decode
Encode or decode Base64 for UTF-8 text — handy for APIs, tokens, and debugging.
Tool öffnenBase64-Tools
Base64 encoder
Encode UTF-8 text to Base64.
Tool öffnenBase64-Tools
Base64 to HEX
Decode Base64 to hex bytes.
Tool öffnenBase64-Tools
Base64 to image
Render a data URL / raw Base64 image in the browser.
Tool öffnenBase64-Tools
HEX to Base64
Encode hex as Base64.
Tool öffnenBase64-Tools
Image to Base64
Read a local image file to Base64 data URL.
Tool öffnen
Hash-Generatoren
SHA and other digests with Web Crypto — client-side only.
Hash-Generatoren
MD5 hash generator
MD5 digest (crypto-js) — not for security.
Tool öffnenHash-Generatoren
RIPEMD-160 hash generator
RIPEMD-160 digest.
Tool öffnenHash-Generatoren
SHA hash generator
Compute SHA-256, SHA-384, or SHA-512 digests of any text — Web Crypto, client-side only.
Tool öffnenHash-Generatoren
SHA-1 hash generator
SHA-1 digest — legacy interoperability.
Tool öffnenHash-Generatoren
SHA-224 hash generator
SHA-224 digest.
Tool öffnenHash-Generatoren
SHA-256 hash generator
SHA-256 digest.
Tool öffnenHash-Generatoren
SHA-3 hash generator
SHA3-256 digest (crypto-js).
Tool öffnenHash-Generatoren
SHA-384 hash generator
SHA-384 digest.
Tool öffnenHash-Generatoren
SHA-512 hash generator
SHA-512 digest.
Tool öffnen
HMAC-Tools
Keyed hashes for signatures and API authentication.
HMAC-Tools
HMAC generator
Compute HMAC-SHA-256/384/512 hex for a secret and message — useful for webhooks and APIs.
Tool öffnenHMAC-Tools
MD5 HMAC generator
HMAC-MD5 hex.
Tool öffnenHMAC-Tools
RIPEMD-160 HMAC generator
HMAC-RIPEMD160 hex.
Tool öffnenHMAC-Tools
SHA-1 HMAC generator
HMAC-SHA1 hex.
Tool öffnenHMAC-Tools
SHA-224 HMAC generator
HMAC-SHA224 hex.
Tool öffnenHMAC-Tools
SHA-256 HMAC generator
HMAC-SHA256 hex.
Tool öffnenHMAC-Tools
SHA-3 HMAC generator
HMAC-SHA3 hex.
Tool öffnenHMAC-Tools
SHA-384 HMAC generator
HMAC-SHA384 hex.
Tool öffnenHMAC-Tools
SHA-512 HMAC generator
HMAC-SHA512 hex.
Tool öffnen
Bcrypt-Tools
Password hashing and comparison with bcrypt.
Bcrypt-Tools
Bcrypt checker
Verify a password against a bcrypt hash.
Tool öffnenBcrypt-Tools
Bcrypt generator
Generate bcrypt hashes with configurable cost.
Tool öffnenBcrypt-Tools
Bcrypt hash & compare
Hash passwords with bcrypt or verify a password against a hash — runs locally in your browser.
Tool öffnen
QR-Codes
Generate QR codes from text or URLs — download or copy.
Netzwerk-Tools
CIDR, subnets, and IPv4 addressing helpers.
Prüfsummen
CRC and lightweight integrity checks over UTF-8 bytes.
PDF-Tools
Merge PDFs and extract page ranges — all processing runs in your browser.
Pastebin
Scratch pad and shareable links — everything stays in the browser or the URL.