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 | 昭矜 | 10001111101110101110000111100000 | 8fbae1e0 |
EUC-JP | 昭矜 | 10111110101111001110001011100010 | bebce2e2 |
UTF-8 | 昭矜 | 111001101001100010101101111001111001111110011100 | e698ade79f9c |
UHC | 昭矜 | 11100001101110011101000011101000 | e1b9d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)