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 | 鎔崑 | 11101000010011111001101111000000 | e84f9bc0 |
EUC-JP | 鎔崑 | 11101111101100001101011011000010 | efb0d6c2 |
UTF-8 | 鎔崑 | 111010011000111010010100111001011011010010010001 | e98e94e5b491 |
UHC | 鎔崑 | 11101001110010101100110111011111 | e9cacddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)