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 | ??_ | 001111110011111101011111 | 3f3f5f |
| SJIS-WIN | 衒縣_ | 1110010111001000111000110111000001011111 | e5c8e3705f |
| EUC-JP | 衒縣_ | 1110101011001010111001011101000101011111 | eacae5d15f |
| UTF-8 | 衒縣_ | 11101000101000011001001011100111101110001010001101011111 | e8a192e7b8a35f |
| UHC | 衒縣_ | 1111101011100101111110101110001101011111 | fae5fae35f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)