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 | 遭?i綜麥 | 100100011001100000111111100000101000100110010001100011101110101001101101 | 91983f8289918eea6d |
EUC-JP | 遭?i綜麥 | 110000011111100000111111101000111110100111000001111011101111001111001110 | c1f83fa3e9c1eef3ce |
UTF-8 | 遭콸i綜麥 | 111010011000000110101101111011001011110110111000111011111011110110001001111001111011011010011100111010011011101010100101 | e981adecbdb8efbd89e7b69ce9baa5 |
UHC | 遭콸i綜麥 | 11110000111001001100010011100101101000111110100111110000111111001101100011101010 | f0e4c4e5a3e9f0fcd8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)