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 | 游찶\ | 11100110101110001011100011101100101100001011011001011100 | e6b8b8ecb0b65c |
UHC | 游찶\ | 1110101011111101101010100100110001011100 | eafdaa4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)