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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 箙蔕爛L | 11100010101101111110010011110110111000001010001101001100 | e2b7e4f6e0a34c |
EUC-JP | 箙蔕爛L | 11100100101110011110100011111000111000001010010101001100 | e4b9e8f8e0a54c |
UTF-8 | 箙蔕爛L | 11100111101011101001100111101000100101001001010111100111100010001001101101001100 | e7ae99e89495e7889b4c |
UHC | ??爛L | 0011111100111111110101011011010001001100 | 3f3fd5b44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)