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 | ?~ | 0011111101111110 | 3f7e |
SJIS-WIN | 耘~ | 111000111100111101111110 | e3cf7e |
EUC-JP | 耘~ | 111001101101000101111110 | e6d17e |
UTF-8 | 耘~ | 11101000100000001001100001111110 | e880987e |
UHC | 耘~ | 111010011111110001111110 | e9fc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)