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 | ?嗽 | 001111111001101001110101 | 3f9a75 |
EUC-JP | ?嗽 | 001111111101001111010110 | 3fd3d6 |
UTF-8 | 읰嗽 | 111011001001110110110000111001011001011110111101 | ec9db0e597bd |
UHC | 읰嗽 | 10011111110101101110000111110101 | 9fd6e1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)