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 | 閼ア雉雁叉 | 111010001000010010110001111010001011001110001010111001011000110110110011 | e884b1e8b38ae58db3 |
| EUC-JP | 閼ア雉雁叉 | 11101111111001001000111010110001111100001011010110110100111001111011101010110101 | efe48eb1f0b5b4e7bab5 |
| UTF-8 | 閼ア雉雁叉 | 111010011001011010111100111011111011110110110001111010011001101110001001111010011001101110000001111001011000111110001001 | e996bcefbdb1e99b89e99b81e58f89 |
| UHC | 閼?雉雁叉 | 111001001101100100111111111101101100101111100100110100101111001110101001 | e4d93ff6cbe4d2f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)