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 | æ¼@~ | 1110011010111100100011110100000001111110 | e6bc8f407e |
SJIS-WIN | ???@~ | 0011111100111111001111110100000001111110 | 3f3f3f407e |
EUC-JP | æ??@~ | 10001111101010011100000100111111001111110100000001111110 | 8fa9c13f3f407e |
UTF-8 | æ¼@~ | 1100001110100110110000101011110011000010100011110100000001111110 | c3a6c2bcc28f407e |
UHC | æ¼?@~ | 10101001101000011010100011111001001111110100000001111110 | a9a1a8f93f407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)