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 | 至?奬 | 1000111010001010001111111001101011111011 | 8e8a3f9afb |
| EUC-JP | 至?奬 | 1011101111101010001111111101010011111101 | bbea3fd4fd |
| UTF-8 | 至렪奬 | 111010001000011110110011111010111010000010101010111001011010010110101100 | e887b3eba0aae5a5ac |
| UHC | 至렪奬 | 111100101011100010001110101110001110110111100001 | f2b88eb8ede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)