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 | 螯爺ウシ諡 | 1110010110100110100101101110101010110011101111001110011010001011 | e5a696eab3bce68b |
EUC-JP | 螯爺ウシ諡 | 11101010101010001100110011101100100011101011001110001110101111001110101111101011 | eaa8ccec8eb38ebcebeb |
UTF-8 | 螯爺ウシ諡 | 111010001001111010101111111001111000100010111010111011111011110110110011111011111011110110111100111010001010101110100001 | e89eafe788baefbdb3efbdbce8aba1 |
UHC | ?爺??諡 | 00111111111001011010110000111111001111111110001111001101 | 3fe5ac3f3fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)