UTF-8-safe Base64, processed entirely in your browser — nothing is uploaded.
Decoding Base64 to XML is how you read a document that was packed for transport — most often a SAML response, a SOAP attachment, or an XML field carried inside JSON. This tool decodes UTF-8-safely and checks the result is well-formed XML, all in your browser, so namespaces and the declaration come back exactly as they were.
The SAML HTTP-POST binding is plain Base64 and decodes directly here. The HTTP-Redirect binding DEFLATE-compresses the XML before Base64, so a redirect SAMLRequest will decode to binary — inflate it first, then it is readable.
- _ for + /.