Hi! I am wondering on how to convert a UTF-8 character, like a
into a binary code like 01100001
, not a string.byte
output like 76
. As I need that aswell as some Bit32
for an encription and hashing system I am working on. Thanks!
Hi! I am wondering on how to convert a UTF-8 character, like a
into a binary code like 01100001
, not a string.byte
output like 76
. As I need that aswell as some Bit32
for an encription and hashing system I am working on. Thanks!