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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭?袁?? | 10001101110101010011111111100101110011010011111100111111 | 8dd53fe5cd3f3f |
EUC-JP | 祭?袁?? | 10111010110101110011111111101010110011110011111100111111 | bad73feacf3f3f |
UTF-8 | 祭렓袁렏諪 | 111001111010010110101101111010111010000010010011111010001010001010000001111010111010000010001111111010001010101110101010 | e7a5adeba093e8a281eba08fe8abaa |
UHC | 祭렓袁렏諪 | 11110000101011101000111010101000111010101011111010001110101001011110111111110101 | f0ae8ea8eabe8ea5eff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)