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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 豸ッh豸ッ | 11100110101101101010111101101000111001101011011010101111 | e6b6af68e6b6af |
EUC-JP | 豸ッh豸ッ | 111011001011100010001110101011110110100011101100101110001000111010101111 | ecb88eaf68ecb88eaf |
UTF-8 | 豸ッh豸ッ | 11101000101100011011100011101111101111011010111101101000111010001011000110111000111011111011110110101111 | e8b1b8efbdaf68e8b1b8efbdaf |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)