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 | ???Z^ | 0011111100111111001111110101101001011110 | 3f3f3f5a5e |
| SJIS-WIN | ???Z^ | 0011111100111111001111110101101001011110 | 3f3f3f5a5e |
| EUC-JP | ???Z^ | 0011111100111111001111110101101001011110 | 3f3f3f5a5e |
| UTF-8 | 혺창챌Z^ | 1110110110011000101110101110110010110000101111011110110010110001100011000101101001011110 | ed98baecb0bdecb18c5a5e |
| UHC | 혺창챌Z^ | 1100001010011111110000111010001011000011101001110101101001011110 | c29fc3a2c3a75a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)