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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 蠍エ雎鮫H | 1110010110110110101101001110100010110001100011100100110001001000 | e5b6b4e8b18e4c48 |
EUC-JP | 蠍エ雎鮫H | 111010101011100010001110101101001111000010110011101110111010110101001000 | eab88eb4f0b3bbad48 |
UTF-8 | 蠍エ雎鮫H | 11101000101000001000110111101111101111011011010011101001100110111000111011101001101011101010101101001000 | e8a08defbdb4e99b8ee9aeab48 |
UHC | ??雎鮫H | 00111111001111111110111011010001110011101111011101001000 | 3f3feed1cef748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)