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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?姚^ | 00111111100110110100110001011110 | 3f9b4c5e |
EUC-JP | ?姚^ | 00111111110101011010110101011110 | 3fd5ad5e |
UTF-8 | 장姚^ | 11101100100111101010010111100101101001111001101001011110 | ec9ea5e5a79a5e |
UHC | 장姚^ | 1100000011100101111010001110111001011110 | c0e5e8ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)