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 | 鉗 ̄ | 11100111111001111000000101010000 | e7e78150 |
EUC-JP | 鉗 ̄ | 11101110111010011010000110110001 | eee9a1b1 |
UTF-8 | 鉗 ̄ | 111010011000100110010111111011111011111110100011 | e98997efbfa3 |
UHC | 鉗 ̄ | 11001100110001101010001111111110 | ccc6a3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)