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 | äöí@ä | 1110010011110110100010011110110110001111010000001110010010011011 | e4f689ed8f40e49b |
SJIS-WIN | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
EUC-JP | äö?í?@ä? | 10001111101010111010001110001111101010111101001100111111100011111010101110111111001111110100000010001111101010111010001100111111 | 8faba38fabd33f8fabbf3f408faba33f |
UTF-8 | äöí@ä | 110000111010010011000011101101101100001010001001110000111010110111000010100011110100000011000011101001001100001010011011 | c3a4c3b6c289c3adc28f40c3a4c29b |
UHC | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)