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 | 叔?] | 10001111011001100011111101011101 | 8f663f5d |
EUC-JP | 叔?] | 10111101110001110011111101011101 | bdc73f5d |
UTF-8 | 叔쁒] | 11100101100011111001010011101100100000011001001001011101 | e58f94ec81925d |
UHC | 叔쁒] | 1110001011010010100110000101001001011101 | e2d298525d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)