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 | 11101000100111110100110001101000111010001001111101001100 | e89f4c68e89f4c |
EUC-JP | 陝Lh陝L | 11110000101000010100110001101000111100001010000101001100 | f0a14c68f0a14c |
UTF-8 | 陝Lh陝L | 111010011001100110011101010011000110100011101001100110011001110101001100 | e9999d4c68e9999d4c |
UHC | 陝Lh陝L | 11100000111011010100110001101000111000001110110101001100 | e0ed4c68e0ed4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)