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 | 癬屋 | 11100001100111011000100110101110 | e19d89ae |
EUC-JP | 癬屋 | 11100001111111011011001010110000 | e1fdb2b0 |
UTF-8 | 癬屋 | 111001111001100110101100111001011011000110001011 | e799ace5b18b |
UHC | 癬屋 | 11100000110010001110100010101001 | e0c8e8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)