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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
| SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
| EUC-JP | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
| UTF-8 | 略듬젽h | 11101111101001011011011011101011100100111010110011101100101000001011110101101000 | efa5b6eb93aceca0bd68 |
| UHC | 略듬젽h | 11100101101100101011010111101011101000001010111101101000 | e5b2b5eba0af68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)