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 | 瞎顫瞎唏 | 1110000111010000111010001111101011100001110100001001101001001000 | e1d0e8fae1d09a48 |
| EUC-JP | 瞎顫瞎唏 | 1110001011010010111100001111110011100010110100101101001110101001 | e2d2f0fce2d2d3a9 |
| UTF-8 | 瞎顫瞎唏 | 111001111001111010001110111010011010000110101011111001111001111010001110111001011001010010001111 | e79e8ee9a1abe79e8ee5948f |
| UHC | ?顫?? | 0011111111101111101101010011111100111111 | 3fefb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)