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 | æn | 11100110100010011001010101101110 | e689956e |
SJIS-WIN | ???n | 00111111001111110011111101101110 | 3f3f3f6e |
EUC-JP | æ??n | 100011111010100111000001001111110011111101101110 | 8fa9c13f3f6e |
UTF-8 | æn | 11000011101001101100001010001001110000101001010101101110 | c3a6c289c2956e |
UHC | æ??n | 1010100110100001001111110011111101101110 | a9a13f3f6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)