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 | 凝??^ | 1000101111000011001111110011111101011110 | 8bc33f3f5e |
EUC-JP | 凝??^ | 1011011011000101001111110011111101011110 | b6c53f3f5e |
UTF-8 | 凝쒑퀋^ | 11100101100001111001110111101100100100101001000111101101100000001000101101011110 | e5879dec9291ed808b5e |
UHC | 凝쒑퀋^ | 11101011111010101001110011101000101100111000000101011110 | ebea9ce8b3815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)