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 | 甑葛?應? | 1000110110011001100010101000101100111111100111001110010000111111 | 8d998a8b3f9ce43f |
EUC-JP | 甑葛?應? | 1011100111111001101100111110101100111111110110001110011000111111 | b9f9b3eb3fd8e63f |
UTF-8 | 甑葛볐應렩 | 111001111001010010010001111010001001000110011011111010111011001110010000111001101000011110001001111010111010000010101001 | e79491e8919bebb390e68789eba0a9 |
UHC | 甑葛볐應렩 | 11110001111101111100101011100111101110101011001111101011111010111000111010110111 | f1f7cae7bab3ebeb8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)