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 | 制??? | 1001000010100111001111110011111100111111 | 90a73f3f3f |
| EUC-JP | 制??? | 1100000010101001001111110011111100111111 | c0a93f3f3f |
| UTF-8 | 制쾨렋찾 | 111001011000100010110110111011001011111010101000111010111010000010001011111011001011000010111110 | e588b6ecbea8eba08becb0be |
| UHC | 制쾨렋찾 | 1111000010100100110001001110101010001110101000101100001110100011 | f0a4c4ea8ea2c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)