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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
| SJIS-WIN | 陦堤ク」_ | 11101000101000011001001011100111101110001010001101011111 | e8a192e7b8a35f |
| EUC-JP | 陦堤ク」_ | 111100001010001111000100111010011000111010111000100011101010001101011111 | f0a3c4e98eb88ea35f |
| UTF-8 | 陦堤ク」_ | 11101001100110011010011011100101101000001010010011101111101111011011100011101111101111011010001101011111 | e999a6e5a0a4efbdb8efbda35f |
| UHC | ?堤??_ | 001111111111000010100111001111110011111101011111 | 3ff0a73f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)