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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 霑霑^ | 111100001011101011101000101111111111000010111010111010001011111101011110 | f0bae8bff0bae8bf5e |
EUC-JP | ?霑?霑^ | 00111111111100001100000100111111111100001100000101011110 | 3ff0c13ff0c15e |
UTF-8 | 霑霑^ | 11101110100000011011100111101001100111001001000111101110100000011011100111101001100111001001000101011110 | ee81b9e99c91ee81b9e99c915e |
UHC | ?霑?霑^ | 00111111111011111100010100111111111011111100010101011110 | 3fefc53fefc55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)