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 | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | 愁瞳L | 1000111101000100100100111011010101001100 | 8f4493b54c |
EUC-JP | 愁瞳L | 1011110110100101110001101011011101001100 | bda5c6b74c |
UTF-8 | 愁瞳L | 11100110100001001000000111100111100111101011001101001100 | e68481e79eb34c |
UHC | 愁瞳L | 1110000111111110110101001101101001001100 | e1fed4da4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)