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 | 驪ァ逎…^ | 1110100110001011101001111110011110100011100000010110001101011110 | e98ba7e7a381635e |
EUC-JP | 驪ァ逎…^ | 111100011110101110001110101001111110111010100101101000011100010001011110 | f1eb8ea7eea5a1c45e |
UTF-8 | 驪ァ逎…^ | 11101001101010011010101011101111101111011010011111101001100000001000111011100010100000001010011001011110 | e9a9aaefbda7e9808ee280a65e |
UHC | 驪??…^ | 11010101111100010011111100111111101000011010011001011110 | d5f13f3fa1a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)