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 | 蝣伎ウュ縺 | 1110010110100000100010101110101010110011101011011110001110000001 | e5a08aeab3ade381 |
| EUC-JP | 蝣伎ウュ縺 | 11101010101000101011010011101100100011101011001110001110101011011110010111100001 | eaa2b4ec8eb38eade5e1 |
| UTF-8 | 蝣伎ウュ縺 | 111010001001110110100011111001001011110010001110111011111011110110110011111011111011110110101101111001111011100010111010 | e89da3e4bc8eefbdb3efbdade7b8ba |
| UHC | ?伎??? | 001111111101000011101011001111110011111100111111 | 3fd0eb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)