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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 凝? | 100010111100001100111111 | 8bc33f |
EUC-JP | 凝? | 101101101100010100111111 | b6c53f |
UTF-8 | 凝잍 | 111001011000011110011101111011001001111010001101 | e5879dec9e8d |
UHC | 凝잍 | 11101011111010101001111111100110 | ebea9fe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)