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^ | 0011111110010111011111100110001101011110 | 3f977e635e |
EUC-JP | ?欲c^ | 0011111111001101110111110110001101011110 | 3fcddf635e |
UTF-8 | 잜欲c^ | 1110110010011110100111001110011010101100101100100110001101011110 | ec9e9ce6acb2635e |
UHC | 잜欲c^ | 100111111110110111101001101100000110001101011110 | 9fede9b0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)