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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陜ィ谿枉 | 11101000100111011010100011100110101011101001111001011101 | e89da8e6ae9e5d |
EUC-JP | 陜ィ谿枉 | 1110111111111101100011101010100011101100101100001101101110111110 | effd8ea8ecb0dbbe |
UTF-8 | 陜ィ谿枉 | 111010011001100110011100111011111011110110101000111010001011000010111111111001101001111010001001 | e9999cefbda8e8b0bfe69e89 |
UHC | 陜?谿枉 | 11111001111100000011111111001101101011001110100011011011 | f9f03fcdace8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)