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 | 韜ァ逎…^ | 1110100011101001101001111110011110100011100000010110001101011110 | e8e9a7e7a381635e |
EUC-JP | 韜ァ逎…^ | 111100001110101110001110101001111110111010100101101000011100010001011110 | f0eb8ea7eea5a1c45e |
UTF-8 | 韜ァ逎…^ | 11101001100111111001110011101111101111011010011111101001100000001000111011100010100000001010011001011110 | e99f9cefbda7e9808ee280a65e |
UHC | 韜??…^ | 11010100101101110011111100111111101000011010011001011110 | d4b73f3fa1a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)