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 | 陜表 | 11101000100111011001010101011100 | e89d955c |
EUC-JP | 陜表 | 11101111111111011100100110111101 | effdc9bd |
UTF-8 | 陜表 | 111010011001100110011100111010001010000110101000 | e9999ce8a1a8 |
UHC | 陜表 | 11111001111100001111100011111010 | f9f0f8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)