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 | 11100001010100100100110001101000111000010101001001001100 | e1524c68e1524c |
EUC-JP | 甞Lh甞L | 11100001101100110100110001101000111000011011001101001100 | e1b34c68e1b34c |
UTF-8 | 甞Lh甞L | 111001111001010010011110010011000110100011100111100101001001111001001100 | e7949e4c68e7949e4c |
UHC | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)