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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 闍。竊静ヲ謠 | 11101000100010111010000111100010100001101001000011000011101001101110011010001111 | e88ba1e28690c3a6e68f |
| EUC-JP | 闍。竊静ヲ謠 | 111011111110101110001110101000011110001111100110110000001100010110001110101001101110101111101111 | efeb8ea1e3e6c0c58ea6ebef |
| UTF-8 | 闍。竊静ヲ謠 | 111010011001011110001101111011111011110110100001111001111010101110001010111010011001110110011001111011111011110110100110111010001010110010100000 | e9978defbda1e7ab8ae99d99efbda6e8aca0 |
| UHC | ??竊??謠 | 0011111100111111111011111011110000111111001111111110100110101010 | 3f3fefbc3f3fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)