GameParticles

Base64 Encode / Decode

Developer

Convert any string to its Base64 representation or decode Base64 encoded data back to readable text.

Ln 1UTF-8
Ln 1

Works great for

🖼️

Encoding images & fonts

Convert images or web fonts to Base64 data URIs so they can be inlined directly into CSS or HTML, eliminating extra network requests. Ideal for small icons and critical above-the-fold assets.

🔑

API authentication headers

Generate Base64-encoded Basic Auth credentials for HTTP Authorization headers in API testing workflows. Paste username:password, encode once, and drop the result straight into curl or Postman.

🪙

JWT payload debugging

Decode the header and payload segments of a JSON Web Token to inspect claims, expiry timestamps, and algorithm fields without installing any tooling. Spot misconfigured tokens during API integration.

📧

Email attachment encoding

MIME email attachments use Base64 encoding to safely transmit binary files as ASCII text. Encode a file's content here to manually construct or inspect MIME-formatted email bodies.

🔗

Inline data URIs for CSS

Encode SVG icons and small PNGs to Base64 for use as background-image data URIs in stylesheets, keeping design assets bundled and cache-friendly without separate image files.

🕵️

Debugging encoded payloads

Decode Base64 strings found in API responses, cookies, or config files to reveal the underlying JSON, XML, or binary content. A quick sanity check when tracing unexpected data in network logs.

base64 encodebase64 decodebase64 encoderbase64 decoderencode text to base64decode base64base64 converterbase64 stringdata uribasic auth encode
JSON Formatter
Developer · Format, validate and minify JSON with syntax highlighting.
Base64 Encode / Decode
Developer · Encode text to Base64 or decode Base64 back to plain text.
URL Encoder / Decoder
Developer · Encode or decode URL components and query strings.
Hash Generator
Developer · Generate MD5, SHA-1, SHA-256 and SHA-512 hashes.
UUID Generator
Developer · Generate UUIDs v4 (random) in bulk with one click.
Regex Tester
Developer · Test regular expressions against text with live match highlighting.
Word Counter
Text · Count words, characters, sentences, paragraphs and reading time.
Case Converter
Text · Convert text between UPPER, lower, Title, camelCase, snake_case and more.
List Sorter
Text · Sort, reverse, deduplicate and shuffle lists of text.
Markdown Preview
Text · Write Markdown and see a live rendered preview side by side.
Percentage Calculator
Numbers · Calculate percentages, increases, decreases and what % one number is of another.
Color Converter
Colors · Convert colors between HEX, RGB, HSL and HSV instantly.
Snake
Arcade · Eat food, grow longer, don't hit the walls. A timeless classic.
2048
Puzzle · Slide tiles and combine them to reach the legendary 2048 tile.