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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | ?壽y | 00111111100110101110011001111001 | 3f9ae679 |
EUC-JP | ?壽y | 00111111110101001110100001111001 | 3fd4e879 |
UTF-8 | 귽壽y | 11101010101101111011110111100101101000111011110101111001 | eab7bde5a3bd79 |
UHC | 귽壽y | 1000001101000011111000011111100001111001 | 8343e1f879 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)