Skip to content
alpaca.tools

4 published tools

Encoding Tools

Encode and decode Base64 strings and URL components with local, copy-ready utilities.

All Encoding Tools

URL Encoder

Encode reserved characters and Unicode text for safe URL usage.

5.076 uses

URL Decoder

Decode percent-encoded URL text and catch malformed sequences.

5.074 uses

Base64 Encoder

Encode ASCII or Unicode text into Base64 safely in your browser.

5.070 uses

Base64 Decoder

Decode Base64 into readable Unicode text with validation errors.

5.068 uses

About Encoding Tools

Encode and decode Base64 and URL-encoded strings in both directions. Handy for inspecting an encoded API payload, debugging query strings that arrive double-escaped, embedding text in a data URI, or reading what an escaped URL actually says. Each tool converts as you type and handles Unicode correctly. Input stays in your browser — nothing is uploaded.

Related categories