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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蹄捧?巍? | 1001001011111011100101011111100100111111100110111101100100111111 | 92fb95f93f9bd93f |
| EUC-JP | 蹄捧?巍? | 1100010011111101110010101111101100111111110101101101101100111111 | c4fdcafb3fd6db3f |
| UTF-8 | 蹄捧퇘巍괏 | 111010001011100110000100111001101000110110100111111011011000011110011000111001011011011110001101111010101011010010001111 | e8b984e68da7ed8798e5b78deab48f |
| UHC | 蹄捧퇘巍괏 | 11110000101101001101110011101001110001011110111111101000111001001011000110100011 | f0b4dce9c5efe8e4b1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)