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 | 蟾ス譬団^ | 1110010110110111101111011110011010100000100100100110001101011110 | e5b7bde6a092635e |
EUC-JP | 蟾ス譬団^ | 111010101011100110001110101111011110110010100010110000111100010001011110 | eab98ebdeca2c3c45e |
UTF-8 | 蟾ス譬団^ | 11101000100111111011111011101111101111011011110111101000101011011010110011100101100110111010001101011110 | e89fbeefbdbde8adace59ba35e |
UHC | 蟾?譬?^ | 11100000111010100011111111011110101001110011111101011110 | e0ea3fdea73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)