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 | 哭顫獏盖韜 | 10011010010011001110100011111010111000001101000111100001101100111110100011101001 | 9a4ce8fae0d1e1b3e8e9 |
| EUC-JP | 哭顫獏盖韜 | 11010011101011011111000011111100111000001101001111100010101101011111000011101011 | d3adf0fce0d3e2b5f0eb |
| UTF-8 | 哭顫獏盖韜 | 111001011001001110101101111010011010000110101011111001111000110110001111111001111001101110010110111010011001111110011100 | e593ade9a1abe78d8fe79b96e99f9c |
| UHC | 哭顫?盖韜 | 110011011101011011101111101101010011111111001011110011001101010010110111 | cdd6efb53fcbccd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)