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 | ´íî³^ | 1011010011101101111011101011001101011110 | b4edeeb35e |
SJIS-WIN | ´???^ | 100000010100110000111111001111110011111101011110 | 814c3f3f3f5e |
EUC-JP | ´íî?^ | 10100001101011011000111110101011101111111000111110101011110000100011111101011110 | a1ad8fabbf8fabc23f5e |
UTF-8 | ´íî³^ | 110000101011010011000011101011011100001110101110110000101011001101011110 | c2b4c3adc3aec2b35e |
UHC | ´??³^ | 10100010101001010011111100111111101010011111100001011110 | a2a53f3fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)