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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 疥癒 | 11100001011011011001011011111100 | e16d96fc |
EUC-JP | 疥癒 | 11100001110011101100110011111110 | e1ceccfe |
UTF-8 | 疥癒 | 111001111001011010100101111001111001100110010010 | e796a5e79992 |
UHC | 疥癒 | 11001011110010101110101110101000 | cbcaeba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)