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 | 轣檎枚 | 111001111000000110001100111001111001011010000111 | e7818ce79687 |
| EUC-JP | 轣檎枚 | 111011011110000110111000111010011100101111100111 | ede1b8e9cbe7 |
| UTF-8 | 轣檎枚 | 111010001011110110100011111001101010101010001110111001101001111010011010 | e8bda3e6aa8ee69e9a |
| UHC | ?檎枚 | 0011111111010000110101011101100011011101 | 3fd0d5d8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)