Convert Bencode to XML
Decode a Bencode string (BitTorrent encoding) back into a readable XML document with correct nested structure, lists and attributes.
Input
Output
About Convert Bencode to XML
Convert Bencode to XML parses a Bencode string into a nested object and emits it as XML. Dictionaries become elements, lists become repeated elements, integers become numeric text and strings become text or attribute values.
Features
How to Use
Examples
A dictionary with two products decodes back to a catalog element with product children.
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.