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 | 陌稿\ | 1110100010011001100011010110010101011100 | e8998d655c |
EUC-JP | 陌稿\ | 1110111111111001101110011100011001011100 | eff9b9c65c |
UTF-8 | 陌稿\ | 11101001100110011000110011100111101010001011111101011100 | e9998ce7a8bf5c |
UHC | 陌稿\ | 1101100011101000110011011100001101011100 | d8e8cdc35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)