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 | 鉗 | 11100111111001111111010111100111 | e7e7f5e7 |
EUC-JP | 鉗? | 111011101110100100111111 | eee93f |
UTF-8 | 鉗 | 111010011000100110010111111011101001000110010010 | e98997ee9192 |
UHC | 鉗? | 110011001100011000111111 | ccc63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)