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 | 10011111101001111001110110000110100000111010001101000010 | 9fa79d8683a342 |
EUC-JP | 洫揉ΕB | 11011110101010011101100111100110101001101010010101000010 | dea9d9e6a6a542 |
UTF-8 | 洫揉ΕB | 111001101011010010101011111001101000111110001001110011101001010101000010 | e6b4abe68f89ce9542 |
UHC | ??ΕB | 0011111100111111101001011100010101000010 | 3f3fa5c542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)