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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 疥帷』h | 11100001011011011001101111100111100000010111100001101000 | e16d9be7817868 |
EUC-JP | 疥帷』h | 11100001110011101101011011101001101000011101100101101000 | e1ced6e9a1d968 |
UTF-8 | 疥帷』h | 11100111100101101010010111100101101110001011011111100011100000001000111101101000 | e796a5e5b8b7e3808f68 |
UHC | 疥?』h | 110010111100101000111111101000011011101101101000 | cbca3fa1bb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)