Encoding & Decoding Tool

Last updated: Jan 5, 2025

Encode and decode Base64, URL, and Unicode text safely in your browser.

Base64 Encode
Base64 Decode

How it works

Simply enter your text in the input field above, and the converter will automatically transform it to encoded or decoded text. You can copy the result with one click or clear both fields to start over.

Examples

Base64 encode plain text

Input:hello world
Output:aGVsbG8gd29ybGQ=

URL decode encoded text

Input:hello%20world
Output:hello world

Frequently Asked Questions