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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 涯}涯{^ | 10001010010101010111110110001010010101010111101101011110 | 8a557d8a557b5e |
EUC-JP | 涯}涯{^ | 10110011101101100111110110110011101101100111101101011110 | b3b67db3b67b5e |
UTF-8 | 涯}涯{^ | 111001101011011010101111011111011110011010110110101011110111101101011110 | e6b6af7de6b6af7b5e |
UHC | 涯}涯{^ | 11100100111100110111110111100100111100110111101101011110 | e4f37de4f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)