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 | æÜQäà | 1110011011011100100011111000111110001111010100011110010011100000 | e6dc8f8f8f51e4e0 |
SJIS-WIN | ?????Q?? | 0011111100111111001111110011111100111111010100010011111100111111 | 3f3f3f3f3f513f3f |
EUC-JP | æÜ???Qäà | 10001111101010011100000110001111101010101110010000111111001111110011111101010001100011111010101110100011100011111010101110100010 | 8fa9c18faae43f3f3f518faba38faba2 |
UTF-8 | æÜQäà | 110000111010011011000011100111001100001010001111110000101000111111000010100011110101000111000011101001001100001110100000 | c3a6c39cc28fc28fc28f51c3a4c3a0 |
UHC | æ????Q?? | 101010011010000100111111001111110011111100111111010100010011111100111111 | a9a13f3f3f3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)