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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 絋肴蟹B | 11100011010001011000110111100110100010100100100101000010 | e3458de68a4942 |
EUC-JP | 絋肴蟹B | 11100101101001101011101011101000101100111010101001000010 | e5a6bae8b3aa42 |
UTF-8 | 絋肴蟹B | 11100111101101011000101111101000100000101011010011101000100111111011100101000010 | e7b58be882b4e89fb942 |
UHC | ?肴蟹B | 001111111111110110100010111110101010111101000010 | 3ffda2faaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)