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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 辱g?? | 100100000100101010000010100001110011111100111111 | 904a82873f3f |
| EUC-JP | 辱g?? | 101111111010101110100011111001110011111100111111 | bfaba3e73f3f |
| UTF-8 | 辱g쮫聯 | 111010001011111010110001111011111011110110000111111011001010111010101011111011111010011010010111 | e8beb1efbd87ecaeabefa697 |
| UHC | 辱g쮫聯 | 1110100110110100101000111110011110101000100010001110011011100001 | e9b4a3e7a888e6e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)