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 | 111001001010111010010000100011111000111101001110 | e4ae908f8f4e |
SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
EUC-JP | ä®???N | 10001111101010111010001110001111101000101110111000111111001111110011111101001110 | 8faba38fa2ee3f3f3f4e |
UTF-8 | ä®N | 1100001110100100110000101010111011000010100100001100001010001111110000101000111101001110 | c3a4c2aec290c28fc28f4e |
UHC | ?®???N | 00111111101000101110011100111111001111110011111101001110 | 3fa2e73f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)