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 | 楔譽゚フ小 | 1001111010110110111001101010001111011111110011001000111110101100 | 9eb6e6a3dfcc8fac |
| EUC-JP | 楔譽゚フ小 | 11011100101110001110110010100101100011101101111110001110110011001011111010101110 | dcb8eca58edf8eccbeae |
| UTF-8 | 楔譽゚フ小 | 111001101010010110010100111010001010110110111101111011111011111010011111111011111011111010001100111001011011000010001111 | e6a594e8adbdefbe9fefbe8ce5b08f |
| UHC | 楔譽??小 | 1110000011011011111001111110001000111111001111111110000110110011 | e0dbe7e23f3fe1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)