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 | 凝꿌 | 111001011000011110011101111010101011111110001100 | e5879deabf8c |
UHC | 凝꿌 | 11101011111010101000010101001001 | ebea8549 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)