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 | 而麥??壯 | 1000111010100111111010100110110100111111001111111001101011100001 | 8ea7ea6d3f3f9ae1 |
EUC-JP | 而麥??壯 | 1011110010101001111100111100111000111111001111111101010011100011 | bca9f3ce3f3fd4e3 |
UTF-8 | 而麥렢렕壯 | 111010001000000010001100111010011011101010100101111010111010000010100010111010111010000010010101111001011010001110101111 | e8808ce9baa5eba0a2eba095e5a3af |
UHC | 而麥렢렕壯 | 11101100101110111101100011101010100011101011001110001110101010101110110111100000 | ecbbd8ea8eb38eaaede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)