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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?孚h | 00111111100110110111010001101000 | 3f9b7468 |
EUC-JP | 蔣孚h | 100011111101100110110110110101011101010101101000 | 8fd9b6d5d568 |
UTF-8 | 蔣孚h | 11101000100101001010001111100101101011011001101001101000 | e894a3e5ad9a68 |
UHC | 蔣孚h | 1110110111111000110111011010000101101000 | edf8dda168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)