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 | äùä^ä | 1110010011111001100000101110010010001101010111101110010010010000 | e4f982e48d5ee490 |
SJIS-WIN | ?????^?? | 0011111100111111001111110011111100111111010111100011111100111111 | 3f3f3f3f3f5e3f3f |
EUC-JP | äù?ä?^ä? | 10001111101010111010001110001111101010111110001100111111100011111010101110100011001111110101111010001111101010111010001100111111 | 8faba38fabe33f8faba33f5e8faba33f |
UTF-8 | äùä^ä | 110000111010010011000011101110011100001010000010110000111010010011000010100011010101111011000011101001001100001010010000 | c3a4c3b9c282c3a4c28d5ec3a4c290 |
UHC | ?????^?? | 0011111100111111001111110011111100111111010111100011111100111111 | 3f3f3f3f3f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)