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 | 螯爺ウシ蟇 | 1110010110100110100101101110101010110011101111001110010110101111 | e5a696eab3bce5af |
EUC-JP | 螯爺ウシ蟇 | 11101010101010001100110011101100100011101011001110001110101111001110101010110001 | eaa8ccec8eb38ebceab1 |
UTF-8 | 螯爺ウシ蟇 | 111010001001111010101111111001111000100010111010111011111011110110110011111011111011110110111100111010001001111110000111 | e89eafe788baefbdb3efbdbce89f87 |
UHC | ?爺??? | 001111111110010110101100001111110011111100111111 | 3fe5ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)