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 | æß¼æ | 1110011011011111101111001110011010011101 | e6dfbce69d |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æß?æ? | 1000111110101001110000011000111110101001110011100011111110001111101010011100000100111111 | 8fa9c18fa9ce3f8fa9c13f |
UTF-8 | æß¼æ | 11000011101001101100001110011111110000101011110011000011101001101100001010011101 | c3a6c39fc2bcc3a6c29d |
UHC | æß¼æ? | 101010011010000110101001101011001010100011111001101010011010000100111111 | a9a1a9aca8f9a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)