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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蜃孔] | 1110010110000111100011010100010101011101 | e5878d455d |
EUC-JP | 蜃孔] | 1110100111100111101110011010011001011101 | e9e7b9a65d |
UTF-8 | 蜃孔] | 11101000100111001000001111100101101011011001010001011101 | e89c83e5ad945d |
UHC | 蜃孔] | 1110001111110001110011011110111001011101 | e3f1cdee5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)