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 | 辱??營? | 10010000010010100011111100111111100110100111101000111111 | 904a3f3f9a7a3f |
| EUC-JP | 辱??營? | 10111111101010110011111100111111110100111101101100111111 | bfab3f3fd3db3f |
| UTF-8 | 辱껃툔營욨 | 111010001011111010110001111010101011101110000011111011011000100010010100111001111000011110011111111011001001101010101000 | e8beb1eabb83ed8894e7879fec9aa8 |
| UHC | 辱껃툔營욨 | 11101001101101001000001111100101101110001000101111100111101111011001111101000001 | e9b483e5b88be7bd9f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)