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 | 巍}巍{^ | 10011011110110010111110110011011110110010111101101011110 | 9bd97d9bd97b5e |
EUC-JP | 巍}巍{^ | 11010110110110110111110111010110110110110111101101011110 | d6db7dd6db7b5e |
UTF-8 | 巍}巍{^ | 111001011011011110001101011111011110010110110111100011010111101101011110 | e5b78d7de5b78d7b5e |
UHC | 巍}巍{^ | 11101000111001000111110111101000111001000111101101011110 | e8e47de8e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)