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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 悛?^ | 10011100101000000011111101011110 | 9ca03f5e |
EUC-JP | 悛?^ | 11011000101000100011111101011110 | d8a23f5e |
UTF-8 | 悛믓^ | 11100110100000101001101111101011101011111001001101011110 | e6829bebaf935e |
UHC | 悛믓^ | 1110111011111001101110011100101101011110 | eef9b9cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)