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 | ???Y^ | 0011111100111111001111110101100101011110 | 3f3f3f595e |
SJIS-WIN | 鮏Y^ | 1111011110101001111100001110111111111100010000110101100101011110 | f7a9f0effc43595e |
EUC-JP | ??鮏Y^ | 00111111001111111000111111101010110110110101100101011110 | 3f3f8feadb595e |
UTF-8 | 鮏Y^ | 1110111010010110100011001110111010000010101011101110100110101110100011110101100101011110 | ee968cee82aee9ae8f595e |
UHC | ???Y^ | 0011111100111111001111110101100101011110 | 3f3f3f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)