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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 證???? | 111001101001101000111111001111110011111100111111 | e69a3f3f3f3f |
EUC-JP | 證??®? | 1110101111111010001111110011111110001111101000101110111000111111 | ebfa3f3f8fa2ee3f |
UTF-8 | 證쇤렋®놉 | 1110100010101101100010011110110010000111101001001110101110100000100010111100001010101110111010111000011010001001 | e8ad89ec87a4eba08bc2aeeb8689 |
UHC | 證쇤렋®놉 | 11110001111110111011110011101001100011101010001010100010111001111011001111110001 | f1fbbce98ea2a2e7b3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)