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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 曖??A | 1001111001000010001111110011111101000001 | 9e423f3f41 |
| EUC-JP | 曖??A | 1101101110100011001111110011111101000001 | dba33f3f41 |
| UTF-8 | 曖면찁A | 11100110100110111001011011101011101010011011010011101100101100001000000101000001 | e69b96eba9b4ecb08141 |
| UHC | 曖면찁A | 11100100111100101011100011101001101010011000010101000001 | e4f2b8e9a98541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)