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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 惚晤 | 10001101100110111001110111101011 | 8d9b9deb |
EUC-JP | 惚晤 | 10111001111110111101101011101101 | b9fbdaed |
UTF-8 | 惚晤 | 111001101000001110011010111001101001100110100100 | e6839ae699a4 |
UHC | 惚晤 | 11111011111011011110011111111011 | fbede7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)