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 | íß´æ¼^ | 11101101110111111011010011100110101111001000011001011110 | eddfb4e6bc865e |
SJIS-WIN | ??´???^ | 0011111100111111100000010100110000111111001111110011111101011110 | 3f3f814c3f3f3f5e |
EUC-JP | íß´æ??^ | 1000111110101011101111111000111110101001110011101010000110101101100011111010100111000001001111110011111101011110 | 8fabbf8fa9cea1ad8fa9c13f3f5e |
UTF-8 | íß´æ¼^ | 11000011101011011100001110011111110000101011010011000011101001101100001010111100110000101000011001011110 | c3adc39fc2b4c3a6c2bcc2865e |
UHC | ?ß´æ¼?^ | 0011111110101001101011001010001010100101101010011010000110101000111110010011111101011110 | 3fa9aca2a5a9a1a8f93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)