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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 踰幄毎 | 111001101111101010011011111010001001011010001000 | e6fa9be89688 |
| EUC-JP | 踰幄毎 | 111011001111110011010110111010101100101111101000 | ecfcd6eacbe8 |
| UTF-8 | 踰幄毎 | 111010001011100010110000111001011011100110000100111001101010111110001110 | e8b8b0e5b984e6af8e |
| UHC | 踰幄? | 1110101110110010111001001100000100111111 | ebb2e4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)