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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | ?? | 0011111100111111 | 3f3f |
UTF-8 | 멫煉 | 111010111010100110101011111011111010011010010011 | eba9abefa693 |
UHC | 멫煉 | 10010001010101101110011011010110 | 9156e6d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)