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 | 痒瞹 | 11100001011110011110000111010111 | e179e1d7 |
EUC-JP | 痒瞹 | 11100001110110101110001011011001 | e1dae2d9 |
UTF-8 | 痒瞹 | 111001111001011110010010111001111001111010111001 | e79792e79eb9 |
UHC | 痒? | 111001011100101000111111 | e5ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)