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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 證?\}證?\{^ | 1110011010011010001111110101110001111101111001101001101000111111010111000111101101011110 | e69a3f5c7de69a3f5c7b5e |
EUC-JP | 證?\}證?\{^ | 1110101111111010001111110101110001111101111010111111101000111111010111000111101101011110 | ebfa3f5c7debfa3f5c7b5e |
UTF-8 | 證쁩\}證쁩\{^ | 1110100010101101100010011110110010000001101010010101110001111101111010001010110110001001111011001000000110101001010111000111101101011110 | e8ad89ec81a95c7de8ad89ec81a95c7b5e |
UHC | 證쁩\}證쁩\{^ | 11110001111110111011101111011110010111000111110111110001111110111011101111011110010111000111101101011110 | f1fbbbde5c7df1fbbbde5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)