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 | 10010000110011000100110001101000100100001100110001001100 | 90cc4c6890cc4c |
EUC-JP | 昔Lh昔L | 11000000110011100100110001101000110000001100111001001100 | c0ce4c68c0ce4c |
UTF-8 | 昔Lh昔L | 111001101001100010010100010011000110100011100110100110001001010001001100 | e698944c68e698944c |
UHC | 昔Lh昔L | 11100000101011100100110001101000111000001010111001001100 | e0ae4c68e0ae4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)