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 | 而麥??而 | 1000111010100111111010100110110100111111001111111000111010100111 | 8ea7ea6d3f3f8ea7 |
EUC-JP | 而麥??而 | 1011110010101001111100111100111000111111001111111011110010101001 | bca9f3ce3f3fbca9 |
UTF-8 | 而麥렢렕而 | 111010001000000010001100111010011011101010100101111010111010000010100010111010111010000010010101111010001000000010001100 | e8808ce9baa5eba0a2eba095e8808c |
UHC | 而麥렢렕而 | 11101100101110111101100011101010100011101011001110001110101010101110110010111011 | ecbbd8ea8eb38eaaecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)