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 | 1110010101011010100110101000101101011001 | e55a9a8b59 |
EUC-JP | 藥嚥Y | 1110100110111011110100111110101101011001 | e9bbd3eb59 |
UTF-8 | 藥嚥Y | 11101000100101111010010111100101100110101010010101011001 | e897a5e59aa559 |
UHC | 藥嚥Y | 1110010110110111111001101011111101011001 | e5b7e6bf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)