Skip to content
Text Mechanic
Encoding

Base64 Decode

Convert Base64 back into text.

Reverses Base64 back to the original bytes and reads them as UTF-8. Both alphabets are accepted — standard (+ and /) and URL-safe (- and _) — and whitespace is ignored, so wrapped input works. If the bytes are not valid UTF-8 text, that is reported rather than silently producing replacement characters.

Options

Off treats the whole input as one value.

InputText is processed entirely in your browser.
0lines0words0characters0 B
Output
0lines0words0characters0 B

Options explained

  • Process each line separatelyOff treats the whole input as one value.