Base64 → XML
Декодируйте Base64 обратно в XML прямо в браузере — с предварительным просмотром, чтобы убедиться в целостности файла.
Enter or Upload
Input your text or upload a file
Choose Action
Encode, decode or view information
View Results
See output and extra details
Input (Binary)
101010 111100 110101 ...
Split into 6-bit
101010 111100 110101 ...
Convert to Index
42 60 53 ...
Base64 Characters
q 8 1 ...
100% Private & Secure
All processing happens in your browser. No data is sent to any server.
For file payloads, use Image to Base64 or recover an inline asset with Base64 to Image.
Recover the original XML markup from a Base64 string. The decoder treats the result as bytes and returns them as text using UTF-8.
Inspecting embedded SAML responses, debugging SOAP payloads pasted from logs, or auditing XML stored inside opaque tokens.
Yes. The decoded text is byte-identical to the original input.
No. Indentation and whitespace come back exactly as encoded.
UTF-8. If your XML declares a different encoding internally, decode the bytes externally with the matching codec.
No. The result is plain text; no DOM is constructed.