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 | 礫}礫{^ | 11100010010010010111110111100010010010010111101101011110 | e2497de2497b5e |
EUC-JP | 礫}礫{^ | 11100011101010100111110111100011101010100111101101011110 | e3aa7de3aa7b5e |
UTF-8 | 礫}礫{^ | 111001111010010010101011011111011110011110100100101010110111101101011110 | e7a4ab7de7a4ab7b5e |
UHC | 礫}礫{^ | 11010101111110000111110111010101111110000111101101011110 | d5f87dd5f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)