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 | íù¶Y | 1110110111111001100011101011011001011001 | edf98eb659 |
SJIS-WIN | ???¶Y | 001111110011111100111111100000011111011101011001 | 3f3f3f81f759 |
EUC-JP | íù?¶Y | 10001111101010111011111110001111101010111110001100111111101000101111100101011001 | 8fabbf8fabe33fa2f959 |
UTF-8 | íù¶Y | 110000111010110111000011101110011100001010001110110000101011011001011001 | c3adc3b9c28ec2b659 |
UHC | ???¶Y | 001111110011111100111111101000101101001001011001 | 3f3f3fa2d259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)