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 | 賞ワ^ | 10001111110111001101110001011110 | 8fdcdc5e |
EUC-JP | 賞ワ^ | 1011111011011110100011101101110001011110 | bede8edc5e |
UTF-8 | 賞ワ^ | 11101000101100111001111011101111101111101001110001011110 | e8b39eefbe9c5e |
UHC | 賞?^ | 11011111110110110011111101011110 | dfdb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)