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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?洙 | 001111111001111110101010 | 3f9faa |
EUC-JP | ?洙 | 001111111101111010101100 | 3fdeac |
UTF-8 | 퀴洙 | 111011011000000010110100111001101011010010011001 | ed80b4e6b499 |
UHC | 퀴洙 | 11000100111110111110001010101010 | c4fbe2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)