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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?殉h | 00111111100011110111110101101000 | 3f8f7d68 |
EUC-JP | ?殉h | 00111111101111011101111001101000 | 3fbdde68 |
UTF-8 | 멲殉h | 11101011101010011011001011100110101011101000100101101000 | eba9b2e6ae8968 |
UHC | 멲殉h | 1001000101100001111000101110011001101000 | 9161e2e668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)