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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 楔縟縟 | 100111101011011011100011011101001110001101110100 | 9eb6e374e374 |
| EUC-JP | 楔縟縟 | 110111001011100011100101110101011110010111010101 | dcb8e5d5e5d5 |
| UTF-8 | 楔縟縟 | 111001101010010110010100111001111011100010011111111001111011100010011111 | e6a594e7b89fe7b89f |
| UHC | 楔縟縟 | 111000001101101111101001101100101110100110110010 | e0dbe9b2e9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)