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 | 属造] | 1001000110101110100100011010001001011101 | 91ae91a25d |
EUC-JP | 属造] | 1100001010110000110000101010010001011101 | c2b0c2a45d |
UTF-8 | 属造] | 11100101101100011001111011101001100000001010000001011101 | e5b19ee980a05d |
UHC | ?造] | 00111111111100001110001101011101 | 3ff0e35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)