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 | ???b^ | 0011111100111111001111110110001001011110 | 3f3f3f625e |
| SJIS-WIN | ???b^ | 0011111100111111001111110110001001011110 | 3f3f3f625e |
| EUC-JP | ???b^ | 0011111100111111001111110110001001011110 | 3f3f3f625e |
| UTF-8 | 혺횖챌b^ | 1110110110011000101110101110110110011010100101101110110010110001100011000110001001011110 | ed98baed9a96ecb18c625e |
| UHC | 혺횖챌b^ | 1100001010011111110000111001000011000011101001110110001001011110 | c29fc390c3a7625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)