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 | 鎔繪 | 11101000010011111110001110001001 | e84fe389 |
EUC-JP | 鎔繪 | 11101111101100001110010111101001 | efb0e5e9 |
UTF-8 | 鎔繪 | 111010011000111010010100111001111011100110101010 | e98e94e7b9aa |
UHC | 鎔繪 | 11101001110010101111110011101011 | e9cafceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)