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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 敖?] | 10011101110000100011111101011101 | 9dc23f5d |
EUC-JP | 敖?] | 11011010110001000011111101011101 | dac43f5d |
UTF-8 | 敖쌧] | 11100110100101011001011011101100100011001010011101011101 | e69596ec8ca75d |
UHC | 敖쌧] | 1110011111111001100110110101000101011101 | e7f99b515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)