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 | 利矚 | 10010111100110001110000111011111 | 9798e1df |
EUC-JP | 利矚 | 11001101111110001110001011100001 | cdf8e2e1 |
UTF-8 | 利矚 | 111001011000100010101001111001111001111110011010 | e588a9e79f9a |
UHC | 利? | 110101111101011100111111 | d7d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)