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 | 驪ァ逍セ\ | 11101001100010111010011111100111100101101011111001011100 | e98ba7e796be5c |
EUC-JP | 驪ァ逍セ\ | 111100011110101110001110101001111110110111110110100011101011111001011100 | f1eb8ea7edf68ebe5c |
UTF-8 | 驪ァ逍セ\ | 11101001101010011010101011101111101111011010011111101001100000001000110111101111101111011011111001011100 | e9a9aaefbda7e9808defbdbe5c |
UHC | 驪?逍?\ | 11010101111100010011111111100001110011100011111101011100 | d5f13fe1ce3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)