I'm looking at the output of a tool, dumping a database table to XML. One of the columns is named 64kbit , the tool encodes that as such, and I need to replicate that:
<_x0036_4kbit>0</_x0036_4kbit>
Is this some sort of standard encoding ? Where can I learn more about it ?