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 | 蟾ス蜈カ阡オ^ | 11100101101101111011110111100101100001011011011011101000100101001011010101011110 | e5b7bde585b6e894b55e |
EUC-JP | 蟾ス蜈カ阡オ^ | 11101010101110011000111010111101111010011110010110001110101101101110111111110100100011101011010101011110 | eab98ebde9e58eb6eff48eb55e |
UTF-8 | 蟾ス蜈カ阡オ^ | 11101000100111111011111011101111101111011011110111101000100111001000100011101111101111011011011011101001100110001010000111101111101111011011010101011110 | e89fbeefbdbde89c88efbdb6e998a1efbdb55e |
UHC | 蟾?蜈?阡?^ | 11100000111010100011111111101000101001010011111111110100110001100011111101011110 | e0ea3fe8a53ff4c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)