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 | 11100110111001101011101101011001 | e6e6bb59 |
EUC-JP | 跏サY | 1110110011101000100011101011101101011001 | ece88ebb59 |
UTF-8 | 跏サY | 11101000101101111000111111101111101111011011101101011001 | e8b78fefbdbb59 |
UHC | 跏?Y | 11001010101110100011111101011001 | caba3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)