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 | 疽羣 | 11100001011100111110001110111000 | e173e3b8 |
EUC-JP | 疽羣 | 11100001110101001110011010111010 | e1d4e6ba |
UTF-8 | 疽羣 | 111001111001011010111101111001111011111010100011 | e796bde7bea3 |
UHC | 疽? | 111011101100010100111111 | eec53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)