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 | 邂晏セ悟搗 | 111001111010111010011101111001011011111010001100111001011001110110010001 | e7ae9de5be8ce59d91 |
| EUC-JP | 邂晏セ悟搗 | 11101110101100001101101011100111100011101011111010111000111001111101100111110001 | eeb0dae78ebeb8e7d9f1 |
| UTF-8 | 邂晏セ悟搗 | 111010011000001010000010111001101001100110001111111011111011110110111110111001101000001010011111111001101001000010010111 | e98282e6998fefbdbee6829fe69097 |
| UHC | 邂晏?悟搗 | 111110101011001111100100110011110011111111100111111101101101001111111101 | fab3e4cf3fe7f6d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)