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 | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 冶Lh冶L | 10010110111010000100110001101000100101101110100001001100 | 96e84c6896e84c |
EUC-JP | 冶Lh冶L | 11001100111010100100110001101000110011001110101001001100 | ccea4c68ccea4c |
UTF-8 | 冶Lh冶L | 111001011000011010110110010011000110100011100101100001101011011001001100 | e586b64c68e586b64c |
UHC | 冶Lh冶L | 11100101101001110100110001101000111001011010011101001100 | e5a74c68e5a74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)