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 | 闢牙棧 | 111010001001001110001001111001011001111010100000 | e89389e59ea0 |
| EUC-JP | 闢牙棧 | 111011111111001110110010111001111101110010100010 | eff3b2e7dca2 |
| UTF-8 | 闢牙棧 | 111010011001011110100010111001111000100110011001111001101010001110100111 | e997a2e78999e6a3a7 |
| UHC | 闢牙棧 | 110111001010001111100100101100111110110111010000 | dca3e4b3edd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)