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 | íË´É^ | 1110110111001011101101001100100101011110 | edcbb4c95e |
SJIS-WIN | ??´?^ | 001111110011111110000001010011000011111101011110 | 3f3f814c3f5e |
EUC-JP | íË´É^ | 100011111010101110111111100011111010101010110011101000011010110110001111101010101011000101011110 | 8fabbf8faab3a1ad8faab15e |
UTF-8 | íË´É^ | 110000111010110111000011100010111100001010110100110000111000100101011110 | c3adc38bc2b4c3895e |
UHC | ??´?^ | 001111110011111110100010101001010011111101011110 | 3f3fa2a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)