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 | 筌??涅? | 11100010101000110011111100111111100111111011100000111111 | e2a33f3f9fb83f |
| EUC-JP | 筌??涅? | 11100100101001010011111100111111110111101011101000111111 | e4a53f3fdeba3f |
| UTF-8 | 筌뗦젩涅튎 | 111001111010110110001100111010111001011110100110111011001010000010101001111001101011011010000101111011011000101010001110 | e7ad8ceb97a6eca0a9e6b685ed8a8e |
| UHC | 筌뗦젩涅튎 | 11101111101001111000101111100110101000001010000111100110111011101011101001000010 | efa78be6a0a1e6eeba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)