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 | ?] | 0011111101011101 | 3f5d |
SJIS-WIN | 聊] | 111000111101011001011101 | e3d65d |
EUC-JP | 聊] | 111001101101100001011101 | e6d85d |
UTF-8 | 聊] | 11101000100000011000101001011101 | e8818a5d |
UHC | 聊] | 110101101111110101011101 | d6fd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)