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 | ??b^ | 00111111001111110110001001011110 | 3f3f625e |
SJIS-WIN | 晙b^ | 111110101101011111110110101111010110001001011110 | fad7f6bd625e |
EUC-JP | 晙?b^ | 100011111100001010111010001111110110001001011110 | 8fc2ba3f625e |
UTF-8 | 晙b^ | 1110011010011001100110011110111010010011101001000110001001011110 | e69999ee93a4625e |
UHC | 晙?b^ | 1111000111011011001111110110001001011110 | f1db3f625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)