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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 」蔕 | 11110001111001001111011011110010101000111111100011110001111001001111011011110010101000111111100001011110 | f1e4f6f2a3f8f1e4f6f2a3f85e |
EUC-JP | ??」?蔕?? | 001111110011111110001110101000110011111111101000111110000011111100111111 | 3f3f8ea33fe8f83f3f |
UTF-8 | 」蔕 | 111011101000010110011111111011101001010010011001111011111011110110100011111011101001101010010000111010001001010010010101111011101000011110011010111011101001011110111110 | ee859fee9499efbda3ee9a90e89495ee879aee97be |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)