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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 邪?B | 10001110110101110011111101000010 | 8ed73f42 |
EUC-JP | 邪?B | 10111100110110010011111101000010 | bcd93f42 |
UTF-8 | 邪離B | 11101001100000101010101011101111101001111010101001000010 | e982aaefa7aa42 |
UHC | 邪離B | 1101111011110111111011001100011001000010 | def7ecc642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)