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 | 寒? | 100010101010011000111111 | 8aa63f |
EUC-JP | 寒? | 101101001010100000111111 | b4a83f |
UTF-8 | 寒띦 | 111001011010111110010010111010111001110110100110 | e5af92eb9da6 |
UHC | 寒띦 | 11111001110011101000110111011010 | f9ce8dda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)