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 | äü^ä« | 1110010011111100100011111000111110001111010111101110010010101011 | e4fc8f8f8f5ee4ab |
SJIS-WIN | ?????^?? | 0011111100111111001111110011111100111111010111100011111100111111 | 3f3f3f3f3f5e3f3f |
EUC-JP | äü???^ä? | 1000111110101011101000111000111110101011111001000011111100111111001111110101111010001111101010111010001100111111 | 8faba38fabe43f3f3f5e8faba33f |
UTF-8 | äü^ä« | 110000111010010011000011101111001100001010001111110000101000111111000010100011110101111011000011101001001100001010101011 | c3a4c3bcc28fc28fc28f5ec3a4c2ab |
UHC | ?????^?? | 0011111100111111001111110011111100111111010111100011111100111111 | 3f3f3f3f3f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)