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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 糺跫鵈餔 | 1110001011111011111001101110110111101001111111001110100101001111 | e2fbe6ede9fce94f |
| EUC-JP | 糺跫鵈餔 | 1110010011111101111011001110111111110010111111101111000110110000 | e4fdeceff2fef1b0 |
| UTF-8 | 糺跫鵈餔 | 111001111011001110111010111010001011011110101011111010011011010110001000111010011010010010010100 | e7b3bae8b7abe9b588e9a494 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)