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 | 陂⑬\ | 1110100010011000100001110100110001011100 | e898874c5c |
EUC-JP | 陂?\ | 11101111111110000011111101011100 | eff83f5c |
UTF-8 | 陂⑬\ | 11101001100110011000001011100010100100011010110001011100 | e99982e291ac5c |
UHC | 陂⑬\ | 1111100110101110101010001111001101011100 | f9aea8f35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)