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 | 消? | 100011111100000100111111 | 8fc13f |
EUC-JP | 消雯 | 1011111011000011100011111110011011111011 | bec38fe6fb |
UTF-8 | 消雯 | 111001101011011010001000111010011001101110101111 | e6b688e99baf |
UHC | 消雯 | 11100001101111001101101010100111 | e1bcdaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)