All Tools
Categories
XML Tools 64 Email Marketing Tools 55 Import-Export Tools 50 Text Tools 12 JSON Tools 10 Shipping Freight Tools 5 Calculator 4 Marketing Tools 3
About Contact Privacy

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

  • Parses hex, base64 and binary-string BXML
  • Rebuilds elements, attributes and text exactly
  • CDATA blocks preserved
  • Pretty-printed, valid XML output
  • Round-trip compatible with the XML→BXML tool
  • How to Use

  • Paste the BXML stream (hex, base64 or binary).
  • Select the input format to match.
  • The decoded XML appears instantly.
  • Examples

    Paste a hex stream produced by the XML→BXML tool to recover the original catalog.

    Benefits

  • Read binary XML payloads without a reader
  • Round-trip XML ↔ BXML confidently
  • Validate your binary encoder
  • 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.