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 | ??Q | 001111110011111101010001 | 3f3f51 |
SJIS-WIN | 魃、Q | 11101001101011111010010001010001 | e9afa451 |
EUC-JP | 魃、Q | 1111001010110001100011101010010001010001 | f2b18ea451 |
UTF-8 | 魃、Q | 11101001101011011000001111101111101111011010010001010001 | e9ad83efbda451 |
UHC | 魃?Q | 11011011101001100011111101010001 | dba63f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)