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 | á[ | 11100001100111011001011101011011 | e19d975b |
SJIS-WIN | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
EUC-JP | á??[ | 100011111010101110100001001111110011111101011011 | 8faba13f3f5b |
UTF-8 | á[ | 11000011101000011100001010011101110000101001011101011011 | c3a1c29dc2975b |
UHC | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)