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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 游?\ | 10011111111000000011111101011100 | 9fe03f5c |
EUC-JP | 游?\ | 11011110111000100011111101011100 | dee23f5c |
UTF-8 | 游팯\ | 11100110101110001011100011101101100011001010111101011100 | e6b8b8ed8caf5c |
UHC | 游팯\ | 1110101011111101101110110110100001011100 | eafdbb685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)