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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 恙郁郁^ | 10011100100110011000100011101000100010001110100001011110 | 9c9988e888e85e |
EUC-JP | 恙郁郁^ | 11010111111110011011000011101010101100001110101001011110 | d7f9b0eab0ea5e |
UTF-8 | 恙郁郁^ | 11100110100000011001100111101001100000111000000111101001100000111000000101011110 | e68199e98381e983815e |
UHC | 恙郁郁^ | 11100101101111111110100111110100111010011111010001011110 | e5bfe9f4e9f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)