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 | 而ョ?嚥 | 10001110101001111000001110000111001111111001101010001011 | 8ea783873f9a8b |
| EUC-JP | 而ョ?嚥 | 10111100101010011010010111100111001111111101001111101011 | bca9a5e73fd3eb |
| UTF-8 | 而ョ썪嚥 | 111010001000000010001100111000111000001110100111111011001000110110101010111001011001101010100101 | e8808ce383a7ec8daae59aa5 |
| UHC | 而ョ썪嚥 | 1110110010111011101010111110011110011011100110111110011010111111 | ecbbabe79b9be6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)