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 | 汐}汐{^ | 10001110101011000111110110001110101011000111101101011110 | 8eac7d8eac7b5e |
EUC-JP | 汐}汐{^ | 10111100101011100111110110111100101011100111101101011110 | bcae7dbcae7b5e |
UTF-8 | 汐}汐{^ | 111001101011000110010000011111011110011010110001100100000111101101011110 | e6b1907de6b1907b5e |
UHC | 汐}汐{^ | 11100000101100010111110111100000101100010111101101011110 | e0b17de0b17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)