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 | ä¼FäÜ | 1110010010111100100000101000111110001111010001101110010011011100 | e4bc828f8f46e4dc |
SJIS-WIN | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
EUC-JP | ä????FäÜ | 1000111110101011101000110011111100111111001111110011111101000110100011111010101110100011100011111010101011100100 | 8faba33f3f3f3f468faba38faae4 |
UTF-8 | ä¼FäÜ | 110000111010010011000010101111001100001010000010110000101000111111000010100011110100011011000011101001001100001110011100 | c3a4c2bcc282c28fc28f46c3a4c39c |
UHC | ?¼???F?? | 001111111010100011111001001111110011111100111111010001100011111100111111 | 3fa8f93f3f3f463f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)