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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 聊聊^ | 1110001111010110111000111101011001011110 | e3d6e3d65e |
EUC-JP | 聊聊^ | 1110011011011000111001101101100001011110 | e6d8e6d85e |
UTF-8 | 聊聊^ | 11101000100000011000101011101000100000011000101001011110 | e8818ae8818a5e |
UHC | 聊聊^ | 1101011011111101110101101111110101011110 | d6fdd6fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)