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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 驥・閾ェ~ | 11101001100001111010010111101000100001111010101001111110 | e987a5e887aa7e |
EUC-JP | 驥・閾ェ~ | 111100011110011110001110101001011110111111100111100011101010101001111110 | f1e78ea5efe78eaa7e |
UTF-8 | 驥・閾ェ~ | 11101001101010011010010111101111101111011010010111101001100101101011111011101111101111011010101001111110 | e9a9a5efbda5e996beefbdaa7e |
UHC | 驥???~ | 110100011100101000111111001111110011111101111110 | d1ca3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)