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 | 10001000110000000100110001101000100010001100000001001100 | 88c04c6888c04c |
EUC-JP | 安Lh安L | 10110000110000100100110001101000101100001100001001001100 | b0c24c68b0c24c |
UTF-8 | 安Lh安L | 111001011010111010001001010011000110100011100101101011101000100101001100 | e5ae894c68e5ae894c |
UHC | 安Lh安L | 11100100110011000100110001101000111001001100110001001100 | e4cc4c68e4cc4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)