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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | 蔣???\ | 10001111110110011011011000111111001111110011111101011100 | 8fd9b63f3f3f5c |
UTF-8 | 蔣累렣렟\ | 11101000100101001010001111101111101001011000111111101011101000001010001111101011101000001001111101011100 | e894a3efa58feba0a3eba09f5c |
UHC | 蔣累렣렟\ | 111011011111100011010010111010011000111010110100100011101011000001011100 | edf8d2e98eb48eb05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)