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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
| SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
| EUC-JP | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
| UTF-8 | 맦멿}맦멿{^ | 111010111010011110100110111010111010100110111111011111011110101110100111101001101110101110101001101111110111101101011110 | eba7a6eba9bf7deba7a6eba9bf7b5e |
| UHC | 맦멿}맦멿{^ | 1001000010101111100100010110110001111101100100001010111110010001011011000111101101011110 | 90af916c7d90af916c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)