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 | 涓油 | 10011111101100001001011011111011 | 9fb096fb |
EUC-JP | 涓油 | 11011110101100101100110011111101 | deb2ccfd |
UTF-8 | 涓油 | 111001101011011010010011111001101011001010111001 | e6b693e6b2b9 |
UHC | 涓油 | 11100110110011111110101011111010 | e6cfeafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)