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 | 厭???歟 | 10001001011111010011111100111111001111111001111101100010 | 897d3f3f3f9f62 |
| EUC-JP | 厭???歟 | 10110001110111100011111100111111001111111101110111000011 | b1de3f3f3fddc3 |
| UTF-8 | 厭묐쓷行歟 | 111001011000111010101101111010111010110010010000111011001001001110110111111011111010100010001000111001101010110110011111 | e58eadebac90ec93b7efa888e6ad9f |
| UHC | 厭묐쓷行歟 | 11100110111101001001000111101011100111011001010011111010101000011110011010100010 | e6f491eb9d94faa1e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)