Which encoding uses the \x (backslash x) prefix?

前端 未结 4 498
星月不相逢
星月不相逢 2020-12-13 06:17

I\'m attempting to decode text which is prefixing certain \'special characters\' with \\x. I\'ve worked out the following mappings by hand:

         


        
4条回答
  •  [愿得一人]
    2020-12-13 06:44

    I use CyberChef for this sort of thing.

    If you drop it in the input field and drag Magic from the Favourites list into the recipe it'll tell you the conversion and that you could've used the From_Hex recipe with a \x delimiter.

提交回复
热议问题