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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘鷺、オ邨 | 1110100110100001100011011110101110100100101101011110011110110101 | e9a18deba4b5e7b5 |
EUC-JP | 鬘鷺、オ邨 | 11110010101000111011101011101101100011101010010010001110101101011110111010110111 | f2a3baed8ea48eb5eeb7 |
UTF-8 | 鬘鷺、オ邨 | 111010011010110010011000111010011011011110111010111011111011110110100100111011111011110110110101111010011000001010101000 | e9ac98e9b7baefbda4efbdb5e982a8 |
UHC | ?鷺??邨 | 00111111110101101101110000111111001111111111010110111110 | 3fd6dc3f3ff5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)