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 | 111001101001000010011001100001101001101101001110 | e69099869b4e |
SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
EUC-JP | æ????N | 1000111110101001110000010011111100111111001111110011111101001110 | 8fa9c13f3f3f3f4e |
UTF-8 | æN | 1100001110100110110000101001000011000010100110011100001010000110110000101001101101001110 | c3a6c290c299c286c29b4e |
UHC | æ????N | 10101001101000010011111100111111001111110011111101001110 | a9a13f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)