'Ascii to Hex conversion in Xquery

I have a requirement to convert the ASCII to Hex String using XQuery, Please help to provide any respective reference or code snippets to achieve this functionality, by example I have then string: 1239565447854 and I need convert to hex: 31323339353635343437383534



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source