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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 啼???泣 | 10011010011001010011111100111111001111111000101110000011 | 9a653f3f3f8b83 |
| EUC-JP | 啼???泣 | 11010011110001100011111100111111001111111011010111100011 | d3c63f3f3fb5e3 |
| UTF-8 | 啼멸렚렩泣 | 111001011001010110111100111010111010100110111000111010111010000010011010111010111010000010101001111001101011001110100011 | e595bceba9b8eba09aeba0a9e6b3a3 |
| UHC | 啼멸렚렩泣 | 11110000101001101011100011101010100011101010110110001110101101111110101111101000 | f0a6b8ea8ead8eb7ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)