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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 豸ッh豸 | 111001101011011010101111011010001110011010110110 | e6b6af68e6b6 |
EUC-JP | 豸ッh豸 | 11101100101110001000111010101111011010001110110010111000 | ecb88eaf68ecb8 |
UTF-8 | 豸ッh豸 | 11101000101100011011100011101111101111011010111101101000111010001011000110111000 | e8b1b8efbdaf68e8b1b8 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)