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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 諛カ^ | 11100110100001111011011001011110 | e687b65e |
EUC-JP | 諛カ^ | 1110101111100111100011101011011001011110 | ebe78eb65e |
UTF-8 | 諛カ^ | 11101000101010111001101111101111101111011011011001011110 | e8ab9befbdb65e |
UHC | 諛?^ | 11101011101100000011111101011110 | ebb03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)