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 | 111001101010111010110010010011000110100011100110101011101011001001001100 | e6aeb24c68e6aeb24c |
EUC-JP | 谿イLh谿イL | 1110110010110000100011101011001001001100011010001110110010110000100011101011001001001100 | ecb08eb24c68ecb08eb24c |
UTF-8 | 谿イLh谿イL | 111010001011000010111111111011111011110110110010010011000110100011101000101100001011111111101111101111011011001001001100 | e8b0bfefbdb24c68e8b0bfefbdb24c |
UHC | 谿?Lh谿?L | 110011011010110000111111010011000110100011001101101011000011111101001100 | cdac3f4c68cdac3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)