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 | í³Bw | 1110110110011000101100110100001001110111 | ed98b34277 |
| SJIS-WIN | ???Bw | 0011111100111111001111110100001001110111 | 3f3f3f4277 |
| EUC-JP | í??Bw | 10001111101010111011111100111111001111110100001001110111 | 8fabbf3f3f4277 |
| UTF-8 | í³Bw | 1100001110101101110000101001100011000010101100110100001001110111 | c3adc298c2b34277 |
| UHC | ??³Bw | 001111110011111110101001111110000100001001110111 | 3f3fa9f84277 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)