To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | @eFZB | 10010010010000000110010110010010010001100101101001000010 | 92406592465a42 |
SJIS-WIN | ?@e?FZB | 00111111010000000110010100111111010001100101101001000010 | 3f40653f465a42 |
EUC-JP | ?@e?FZB | 00111111010000000110010100111111010001100101101001000010 | 3f40653f465a42 |
UTF-8 | @eFZB | 110000101001001001000000011001011100001010010010010001100101101001000010 | c2924065c292465a42 |
UHC | ?@e?FZB | 00111111010000000110010100111111010001100101101001000010 | 3f40653f465a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)