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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 荏?荏?^ | 10001001011000000011111110001001011000000011111101011110 | 89603f89603f5e |
EUC-JP | 荏?荏?^ | 10110001110000010011111110110001110000010011111101011110 | b1c13fb1c13f5e |
UTF-8 | 荏묑荏묑^ | 11101000100011011000111111101011101011001001000111101000100011011000111111101011101011001001000101011110 | e88d8febac91e88d8febac915e |
UHC | 荏묑荏묑^ | 111011001111101110111001101001011110110011111011101110011010010101011110 | ecfbb9a5ecfbb9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)