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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 응응[응응[^ | 111011001001110110010001111011001001110110010001010110111110110010011101100100011110110010011101100100010101101101011110 | ec9d91ec9d915bec9d91ec9d915b5e |
UHC | 응응[응응[^ | 1100000011000000110000001100000001011011110000001100000011000000110000000101101101011110 | c0c0c0c05bc0c0c0c05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)