12 tools available

Developer Tools

Format, decode and inspect data without leaving the browser. JSON, HTML, Base64, JWT, URL, hashes, diff and more.

Format & Decode

JSON, HTML, Base64, URL, JWT, hash and diff tools.

min.json{"name":"Pixoate","tools":["resize","compress"],"premium":true,"meta":{"v":1,"locales":["en","de","fr"]}}output.json{"name": "Pixoate","tools": ["resize","compress"],"premium": true}12345JSONPrettify · Minify · Validate

JSON Prettify

Format, validate and minify JSON in your browser. Pretty 2 / 4 / 8 space indent or one-line minify with copy + download.

Try it now
min.html<!DOCTYPE html><html><head><title>Pixoate</title></head><body><h1>Welcome</h1><p>Edit photos</p><ul><li>Resize</li><li>Crop</li></ul></body></html>output.html<html><head><title>Pixoate</title></head><body><h1>Welcome</h1><ul><li>Resize</li><li>Crop</li>HTMLPrettify · Minify · Clean

HTML Prettify

Beautify messy HTML with proper indentation or minify to a single line. Drop a file or paste, then copy or download.

Try it now
data.csvname,age,cityAlice,34,BerlinBob,29,TokyoCharlie,42,TorontoDani,38,MumbaiErin,27,Madridout.json[{"name": "Alice","age": 34,"city": "Berlin"},{"name": "Bob"}, ...]JSON · SQLCSV · TSV · Markdown · JSONL

Table to JSON / SQL

Paste CSV, TSV, semicolon, pipe or Markdown tables and convert to JSON, JSONL or SQL INSERT statements instantly.

Try it now
PLAINHello, World! 🌍ENCODE ⇄ DECODEBASE64SGVsbG8sIFdvcmxkIQ==8J+MjQ==COPY✓ UTF-8 SAFE · NO API

Base64 Encoder / Decoder

Encode any text or file to Base64 (with URL-safe variant), or decode Base64 back to text. UTF-8 safe.

Try it now
https://x.com/search?q=hello worldURL ENCODEhttps://x.com/search?q=hello%20worldspace→ %20@→ %40&→ %26Encode ⇄ Decode · RFC 3986

URL Encoder / Decoder

Percent-encode URL components or whole URLs, and decode them back. encodeURIComponent and encodeURI modes.

Try it now
hash$▸ inputpassword123MD5482c811da5d5b4bc6d497ff128SHA-132ca9dad05e1e2fbd0d7ee43b160SHA-256ef92b778bafe771e89245b89256SHA-512b109f3bbbc244eb82441917e512bcrypt$2b$12$N9qo8uLOickgx2ZMsalt✓ CLIENT-SIDE · NEVER SENT

Hash Generator

Compute SHA-1, SHA-256, SHA-384 and SHA-512 hex digests of any text or file using the browser's Web Crypto API.

Try it now
eyJhbGciOi.eyJzdWIiOj.XOZf-tk5xJheader . payload . signatureHEADER"alg": "HS256","typ": "JWT"PAYLOAD"sub": "1234","name": "Alex","exp": 1748736SIGNATUREHMACSHA256(key)✓ valid

JWT Decoder

Decode JSON Web Tokens, view header and payload, check expiry. Local-only — your tokens never leave the browser.

Try it now
OLDv1.0function add(a, b) {- return a+b}const x = 5- console.log(x)if (ready) { init()}NEWv2.0function add(a, b) {+ return a + b}const x = 5+ logger.info(x)if (ready) { init()}+2−28 lines

Diff Checker

Compare two text snippets line by line. Split or unified view, optional ignore whitespace and ignore case.

Try it now

Text Utilities

Word count, case conversion, Markdown editor and Lorem Ipsum.

Browse every tool