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 | ??R??V | 001111110011111101010010001111110011111101010110 | 3f3f523f3f56 |
| SJIS-WIN | 嶸ェR嶸ェV | 1111101010110100101010100101001011111010101101001010101001010110 | fab4aa52fab4aa56 |
| EUC-JP | 嶸ェR嶸ェV | 100011111011101111110100100011101010101001010010100011111011101111110100100011101010101001010110 | 8fbbf48eaa528fbbf48eaa56 |
| UTF-8 | 嶸ェR嶸ェV | 1110010110110110101110001110111110111101101010100101001011100101101101101011100011101111101111011010101001010110 | e5b6b8efbdaa52e5b6b8efbdaa56 |
| UHC | 嶸?R嶸?V | 1110011110101110001111110101001011100111101011100011111101010110 | e7ae3f52e7ae3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)