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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ス゚擎 | 10111101110111111111101011001100 | bddffacc |
EUC-JP | ス゚擎 | 10001110101111011000111011011111100011111100000110100110 | 8ebd8edf8fc1a6 |
UTF-8 | ス゚擎 | 111011111011110110111101111011111011111010011111111001101001001110001110 | efbdbdefbe9fe6938e |
UHC | ??擎 | 00111111001111111100110011010110 | 3f3fccd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)