← All Dev-Tools

Encoding utility

Base64 Encoder & Decoder.

Convert UTF-8 text to Base64 or decode Base64 safely, entirely inside your browser.

Result
About Base64

Base64 represents bytes as text; it is encoding, not encryption. URL-safe mode replaces + and / with - and _ and omits padding when encoding.