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 | íA | 11101101100110101001001101000001 | ed9a9341 |
SJIS-WIN | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
EUC-JP | í??A | 100011111010101110111111001111110011111101000001 | 8fabbf3f3f41 |
UTF-8 | íA | 11000011101011011100001010011010110000101001001101000001 | c3adc29ac29341 |
UHC | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)