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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 毓?Y | 10011111011110010011111101011001 | 9f793f59 |
EUC-JP | 毓?Y | 11011101110110100011111101011001 | ddda3f59 |
UTF-8 | 毓쿌Y | 11100110101011111001001111101100101111111000110001011001 | e6af93ecbf8c59 |
UHC | 毓쿌Y | 1110101110111110101100110100000101011001 | ebbeb34159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)