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 | 11100110110110001000110001101110 | e6d88c6e |
SJIS-WIN | ???n | 00111111001111110011111101101110 | 3f3f3f6e |
EUC-JP | æØ?n | 1000111110101001110000011000111110101001101011000011111101101110 | 8fa9c18fa9ac3f6e |
UTF-8 | æØn | 11000011101001101100001110011000110000101000110001101110 | c3a6c398c28c6e |
UHC | æØ?n | 101010011010000110101000101010100011111101101110 | a9a1a8aa3f6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)