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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
| SJIS-WIN | 雍??_ | 1110100010110100001111110011111101011111 | e8b43f3f5f |
| EUC-JP | 雍??_ | 1111000010110110001111110011111101011111 | f0b63f3f5f |
| UTF-8 | 雍딂뺀_ | 11101001100110111000110111101011100101001000001011101011101110101000000001011111 | e99b8deb9482ebba805f |
| UHC | 雍딂뺀_ | 11101000101111001000101011101000101110111010101101011111 | e8bc8ae8bbab5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)