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 | 11100011101110001110010011110110111000010100010101001100 | e3b8e4f6e1454c |
EUC-JP | 羣蔕瓲L | 11100110101110101110100011111000111000011010011001001100 | e6bae8f8e1a64c |
UTF-8 | 羣蔕瓲L | 11100111101111101010001111101000100101001001010111100111100100111011001001001100 | e7bea3e89495e793b24c |
UHC | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)