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 | 消涇 | 10001111110000011111101011111011 | 8fc1fafb |
EUC-JP | 消涇 | 1011111011000011100011111100011111000111 | bec38fc7c7 |
UTF-8 | 消涇 | 111001101011011010001000111001101011011010000111 | e6b688e6b687 |
UHC | 消涇 | 11100001101111001100110011011100 | e1bcccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)