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 | ?似?似名 | 0011111110001110100101110011111110001110100101111001011010111100 | 3f8e973f8e9796bc |
| EUC-JP | ?似?似名 | 0011111110111011111101110011111110111011111101111100110010111110 | 3fbbf73fbbf7ccbe |
| UTF-8 | 렺似旼似名 | 111010111010000010111010111001001011110010111100111001101001011110111100111001001011110010111100111001011001000010001101 | eba0bae4bcbce697bce4bcbce5908d |
| UHC | 렺似旼似名 | 10001110110000101101111011000100110110101100010011011110110001001101100110100011 | 8ec2dec4dac4dec4d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)