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 | 蠢???陰 | 11100101101111110011111100111111001111111000100101000001 | e5bf3f3f3f8941 |
EUC-JP | 蠢?焌?陰 | 111010101100000100111111100011111100100111101000001111111011000110100010 | eac13f8fc9e83fb1a2 |
UTF-8 | 蠢렎焌렪陰 | 111010001010000010100010111010111010000010001110111001111000010010001100111010111010000010101010111010011001100110110000 | e8a0a2eba08ee7848ceba0aae999b0 |
UHC | 蠢렎焌렪陰 | 11110001111000111000111010100100111100011110000010001110101110001110101111100100 | f1e38ea4f1e08eb8ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)