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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??至?至 | 00111111001111111000111010001010001111111000111010001010 | 3f3f8e8a3f8e8a |
| EUC-JP | ??至?至 | 00111111001111111011101111101010001111111011101111101010 | 3f3fbbea3fbbea |
| UTF-8 | 林렱至렭至 | 111011111010011110110100111010111010000010110001111010001000011110110011111010111010000010101101111010001000011110110011 | efa7b4eba0b1e887b3eba0ade887b3 |
| UHC | 林렱至렭至 | 11101100111101111000111010111110111100101011100010001110101110101111001010111000 | ecf78ebef2b88ebaf2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)