Y
Hacker News
new
|
ask
|
show
|
jobs
by
komali2
3358 days ago
In what encoding does "0x65" represent "e" ?
2 comments
tomjakubowski
3358 days ago
ASCII, UTF-8, ISO-8859-1 (Latin-1), Shift JIS, among others.
link
komali2
3358 days ago
Am I tripping? I thought 65 was "A"?
link
mikestew
3358 days ago
Can't help you with your use of hallucinogenic substances, but I think you're mixing your decimal and hex. Decimal 65 is a capital "A". Hex 65 (0x65) gives you lowercase "e".
link
komali2
3358 days ago
Ooooooooh duhhhhhh. I applied "automatically ignore prefix" filter for some reason. Dumb brain.
link
coldtea
3358 days ago
If we keep to text encodings, then it's easier to find an encoding where it doesn't.
link