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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 釶エス釶エス^ | 111001111101111110110100101111011110011111011111101101001011110101011110 | e7dfb4bde7dfb4bd5e |
EUC-JP | 釶エス釶エス^ | 11101110111000011000111010110100100011101011110111101110111000011000111010110100100011101011110101011110 | eee18eb48ebdeee18eb48ebd5e |
UTF-8 | 釶エス釶エス^ | 11101001100001111011011011101111101111011011010011101111101111011011110111101001100001111011011011101111101111011011010011101111101111011011110101011110 | e987b6efbdb4efbdbde987b6efbdb4efbdbd5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)