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 | 陜玖搴^ | 11101000100111011000101111101000100111011000101101011110 | e89d8be89d8b5e |
EUC-JP | 陜玖搴^ | 11101111111111011011011011101010110110011110101101011110 | effdb6ead9eb5e |
UTF-8 | 陜玖搴^ | 11101001100110011001110011100111100011101001011011100110100100001011010001011110 | e9999ce78e96e690b45e |
UHC | 陜玖?^ | 111110011111000011001111101110000011111101011110 | f9f0cfb83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)