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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 韜ァ逍セ\ | 11101000111010011010011111100111100101101011111001011100 | e8e9a7e796be5c |
EUC-JP | 韜ァ逍セ\ | 111100001110101110001110101001111110110111110110100011101011111001011100 | f0eb8ea7edf68ebe5c |
UTF-8 | 韜ァ逍セ\ | 11101001100111111001110011101111101111011010011111101001100000001000110111101111101111011011111001011100 | e99f9cefbda7e9808defbdbe5c |
UHC | 韜?逍?\ | 11010100101101110011111111100001110011100011111101011100 | d4b73fe1ce3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)