Decode pasted Base64
Paste encoded strings from APIs, configuration files, logs, or developer tools and recover readable text.
Base64 utility
Decode Base64 strings to plain text in your browser. No coding required. Convert Base64 encoded strings.
Paste a Base64 string and turn it back into readable UTF-8 text in your browser. Useful for API payloads, encoded configuration values, logs, and developer handoffs.
Base64 is a transport encoding, not encryption. Decoding recovers the original text when the payload was UTF-8 content—JSON fragments, config values, identifiers, or other strings copied from responses, webhooks, and tickets.
Need the reverse path? Use the Base64 Encoder. For percent-encoded query values use the URL Decoder. Image payloads belong on Image to Base64 or Base64 to Image. Token-shaped strings often pair with the JWT Decoder / Generator.
Paste encoded strings from APIs, configuration files, logs, or developer tools and recover readable text.
Decode Base64 values found in API responses, webhooks, headers, logs, and application debugging output.
Copy the result directly or save decoded text as a .txt file for further work.
Re-encode text with the Base64 Encoder, decode percent-encoded URLs with the URL Decoder, or inspect JWT payloads with the JWT Decoder / Generator.