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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | ?證c^ | 0011111111100110100110100110001101011110 | 3fe69a635e |
EUC-JP | ?證c^ | 0011111111101011111110100110001101011110 | 3febfa635e |
UTF-8 | 뤴證c^ | 1110101110100100101101001110100010101101100010010110001101011110 | eba4b4e8ad89635e |
UHC | 뤴證c^ | 100011111110001011110001111110110110001101011110 | 8fe2f1fb635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)