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 | 鎔鼇 | 11101000010011111110101010000111 | e84fea87 |
EUC-JP | 鎔鼇 | 11101111101100001111001111100111 | efb0f3e7 |
UTF-8 | 鎔鼇 | 111010011000111010010100111010011011110010000111 | e98e94e9bc87 |
UHC | 鎔鼇 | 11101001110010101110100010101000 | e9cae8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)