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 | ??奬 | 00111111001111111001101011111011 | 3f3f9afb |
| EUC-JP | ??奬 | 00111111001111111101010011111101 | 3f3fd4fd |
| UTF-8 | 罹렖奬 | 111011111010011110100110111010111010000010010110111001011010010110101100 | efa7a6eba096e5a5ac |
| UHC | 罹렖奬 | 111011001011101010001110101010111110110111100001 | ecba8eabede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)