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 | äü[ä½ | 1110010011111100100000011000111110001111010110111110010010111101 | e4fc818f8f5be4bd |
SJIS-WIN | ?????[?? | 0011111100111111001111110011111100111111010110110011111100111111 | 3f3f3f3f3f5b3f3f |
EUC-JP | äü???[ä? | 1000111110101011101000111000111110101011111001000011111100111111001111110101101110001111101010111010001100111111 | 8faba38fabe43f3f3f5b8faba33f |
UTF-8 | äü[ä½ | 110000111010010011000011101111001100001010000001110000101000111111000010100011110101101111000011101001001100001010111101 | c3a4c3bcc281c28fc28f5bc3a4c2bd |
UHC | ?????[?½ | 001111110011111100111111001111110011111101011011001111111010100011110110 | 3f3f3f3f3f5b3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)