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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題???倚 | 10010001111010000011111100111111001111111001100011011111 | 91e83f3f3f98df |
EUC-JP | 題???倚 | 11000010111010100011111100111111001111111101000011100001 | c2ea3f3f3fd0e1 |
UTF-8 | 題렯履렍倚 | 111010011010000110001100111010111010000010101111111011111010011110011111111010111010000010001101111001011000000010011010 | e9a18ceba0afefa79feba08de5809a |
UHC | 題렯履렍倚 | 11110000101110011000111010111100111011001010101010001110101000111110101111101111 | f0b98ebcecaa8ea3ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)