Convert BXML to XML
Decode a BXML byte stream (hex, base64 or binary string) back into a readable, pretty-printed XML document.
Input
Output
About Convert BXML to XML
Convert BXML to XML reverses the binary XML encoding: it reads the byte stream, rebuilds the element tree with its attributes and text, and pretty-prints the result. Accepts hex, base64 and binary-string inputs.
Features
How to Use
Examples
Paste a hex stream produced by the XML→BXML tool to recover the original catalog.
Benefits
Frequently Asked Questions
Is my XML sent to a server?
No. Everything runs locally in your browser. Your data is never uploaded, stored or logged.
Can I download the result?
Yes — use the Download button below the output area, or Print / Save PDF for a printable copy.
More XML Tools
View AllConvert JSON to XML
Free JSON to XML converter that builds valid, prettified XML from JSON...
Add Errors to XML
Add subtle errors to an XML document — broken tags, swapped quotes, tr...
Convert XML to a PHP Array
Generate a PHP array literal from XML — perfect for config files and c...
Edit and View XML
Free browser-based XML editor with a live collapsible tree view. Edit ...
Convert XML to Bencode
Convert an XML document into the Bencode encoding used by BitTorrent. ...