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 | 11100000110111111000000101101110 | e0df816e |
SJIS-WIN | ???n | 00111111001111110011111101101110 | 3f3f3f6e |
EUC-JP | àß?n | 1000111110101011101000101000111110101001110011100011111101101110 | 8faba28fa9ce3f6e |
UTF-8 | àßn | 11000011101000001100001110011111110000101000000101101110 | c3a0c39fc2816e |
UHC | ?ß?n | 0011111110101001101011000011111101101110 | 3fa9ac3f6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)