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 | 辱h??? | 10010000010010101000001010001000001111110011111100111111 | 904a82883f3f3f |
| EUC-JP | 辱h??? | 10111111101010111010001111101000001111110011111100111111 | bfaba3e83f3f3f |
| UTF-8 | 辱h쿂歷숃 | 111010001011111010110001111011111011110110001000111011001011111110000010111011111010011010001100111011001000100010000011 | e8beb1efbd88ecbf82efa68cec8883 |
| UHC | 辱h쿂歷숃 | 11101001101101001010001111101000101100101001100011100110101110001001100111101000 | e9b4a3e8b298e6b899e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)