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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 堰?}堰?{^ | 100010011000000100111111011111011000100110000001001111110111101101011110 | 89813f7d89813f7b5e |
EUC-JP | 堰?}堰?{^ | 101100011110000100111111011111011011000111100001001111110111101101011110 | b1e13f7db1e13f7b5e |
UTF-8 | 堰뻢}堰뻢{^ | 111001011010000010110000111010111011101110100010011111011110010110100000101100001110101110111011101000100111101101011110 | e5a0b0ebbba27de5a0b0ebbba27b5e |
UHC | 堰뻢}堰뻢{^ | 1110010111101000100101100110101101111101111001011110100010010110011010110111101101011110 | e5e8966b7de5e8966b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)