Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

x00, xEF, xC8 - what type of format are these?

Tags:

encoding

I base64 decoded a string and I now have a string made up of 'X00', 'xEF', 'xC8' etc...

What are these (characters?), or can they be decoded into something else?

I Want to learn more about it, but can't find anything on Google.

Thanks

(I had no idea what to enter as a tag so feel free to amend it)

like image 489
Exbi Avatar asked Oct 23 '25 01:10

Exbi


1 Answers

they look like hex numbers but they could be unicode characters ...

\xEF as unicode = ï == u"\u00ef"

http://www.fileformat.info/info/unicode/char/ef/index.htm

but I think they are hex numbers

like image 99
Joran Beasley Avatar answered Oct 25 '25 20:10

Joran Beasley



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!