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 | 韻}韻{^ | 10001001010000110111110110001001010000110111101101011110 | 89437d89437b5e |
EUC-JP | 韻}韻{^ | 10110001101001000111110110110001101001000111101101011110 | b1a47db1a47b5e |
UTF-8 | 韻}韻{^ | 111010011001111110111011011111011110100110011111101110110111101101011110 | e99fbb7de99fbb7b5e |
UHC | 韻}韻{^ | 11101010101001000111110111101010101001000111101101011110 | eaa47deaa47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)