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 | ???hh | 0011111100111111001111110110100001101000 | 3f3f3f6868 |
SJIS-WIN | ???hh | 0011111100111111001111110110100001101000 | 3f3f3f6868 |
EUC-JP | 勖??hh | 10001111101100111110110100111111001111110110100001101000 | 8fb3ed3f3f6868 |
UTF-8 | 勖쾡ㄿhh | 1110010110001011100101101110110010111110101000011110001110000100101111110110100001101000 | e58b96ecbea1e384bf6868 |
UHC | 勖쾡ㄿhh | 1110100111101101110001001110100110100100101011110110100001101000 | e9edc4e9a4af6868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)