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 | 咀蔔 | 10011001111100001110010011110111 | 99f0e4f7 |
EUC-JP | 咀蔔 | 11010010111100101110100011111001 | d2f2e8f9 |
UTF-8 | 咀蔔 | 111001011001001010000000111010001001010010010100 | e59280e89494 |
UHC | 咀蔔 | 11101110101110101101110011011011 | eebadcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)