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 | 證???苡 | 11100110100110100011111100111111001111111110010010001111 | e69a3f3f3fe48f |
EUC-JP | 證???苡 | 11101011111110100011111100111111001111111110011111101111 | ebfa3f3f3fe7ef |
UTF-8 | 證쇗렭렏苡 | 111010001010110110001001111011001000011110010111111010111010000010101101111010111010000010001111111010001000101110100001 | e8ad89ec8797eba0adeba08fe88ba1 |
UHC | 證쇗렭렏苡 | 11110001111110111011110011100110100011101011101010001110101001011110110010111110 | f1fbbce68eba8ea5ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)