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 | 11100011011010000100110001101000111000110110100001001100 | e3684c68e3684c |
EUC-JP | 緝Lh緝L | 11100101110010010100110001101000111001011100100101001100 | e5c94c68e5c94c |
UTF-8 | 緝Lh緝L | 111001111011011110011101010011000110100011100111101101111001110101001100 | e7b79d4c68e7b79d4c |
UHC | 緝Lh緝L | 11110010111111010100110001101000111100101111110101001100 | f2fd4c68f2fd4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)