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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 衙徇Lh衙徇L | 1110010111001001100111000110110101001100011010001110010111001001100111000110110101001100 | e5c99c6d4c68e5c99c6d4c |
EUC-JP | 衙徇Lh衙徇L | 1110101011001011110101111100111001001100011010001110101011001011110101111100111001001100 | eacbd7ce4c68eacbd7ce4c |
UTF-8 | 衙徇Lh衙徇L | 111010001010000110011001111001011011111010000111010011000110100011101000101000011001100111100101101111101000011101001100 | e8a199e5be874c68e8a199e5be874c |
UHC | 衙徇Lh衙徇L | 1110010010110111111000101101111101001100011010001110010010110111111000101101111101001100 | e4b7e2df4c68e4b7e2df4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)