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 | 鍄ィ陜ィ^ | 11100111111110111010100011101000100111011010100001011110 | e7fba8e89da85e |
EUC-JP | 鍄ィ陜ィ^ | 111011101111110110001110101010001110111111111101100011101010100001011110 | eefd8ea8effd8ea85e |
UTF-8 | 鍄ィ陜ィ^ | 11101001100011011000010011101111101111011010100011101001100110011001110011101111101111011010100001011110 | e98d84efbda8e9999cefbda85e |
UHC | ??陜?^ | 001111110011111111111001111100000011111101011110 | 3f3ff9f03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)