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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 蹊^ | 111001101111110001011110 | e6fc5e |
EUC-JP | 蹊^ | 111011001111111001011110 | ecfe5e |
UTF-8 | 蹊^ | 11101000101110011000101001011110 | e8b98a5e |
UHC | 蹊^ | 111110111011011101011110 | fbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)