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 | 111001111010010010000001111010001000111001001110 | e7a481e88e4e |
SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
EUC-JP | ç¤?è?N | 100011111010101110101110100011111010001011110000001111111000111110101011101100100011111101001110 | 8fabae8fa2f03f8fabb23f4e |
UTF-8 | ç¤èN | 1100001110100111110000101010010011000010100000011100001110101000110000101000111001001110 | c3a7c2a4c281c3a8c28e4e |
UHC | ?¤???N | 00111111101000101011010000111111001111110011111101001110 | 3fa2b43f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)