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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 制????? | 10010000101001110011111100111111001111110011111100111111 | 90a73f3f3f3f3f |
| EUC-JP | 制?饔??? | 110000001010100100111111100011111110100011101111001111110011111100111111 | c0a93f8fe8ef3f3f3f |
| UTF-8 | 制렠饔淚렰렖 | 111001011000100010110110111010111010000010100000111010011010010110010100111011111010010110001101111010111010000010110000111010111010000010010110 | e588b6eba0a0e9a594efa58deba0b0eba096 |
| UHC | 制렠饔淚렰렖 | 111100001010010010001110101100011110100010111101110100101110011110001110101111011000111010101011 | f0a48eb1e8bdd2e78ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)