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 | 糂靃 | 11100010111100011111101111101111 | e2f1fbef |
EUC-JP | 糂靃 | 1110010011110011100011111110011110101110 | e4f38fe7ae |
UTF-8 | 糂靃 | 111001111011001110000010111010011001110110000011 | e7b382e99d83 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)