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 | 韋也凹 | 111010001110100010010110111001111000100110011010 | e8e896e7899a |
| EUC-JP | 韋也凹 | 111100001110101011001100111010011011000111111010 | f0eacce9b1fa |
| UTF-8 | 韋也凹 | 111010011001111110001011111001001011100110011111111001011000011110111001 | e99f8be4b99fe587b9 |
| UHC | 韋也凹 | 111010101101111111100101101001011110100011101010 | eadfe5a5e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)