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 | 1110011110110110100011110111110101000010 | e7b68f7d42 |
EUC-JP | 邯殉B | 1110111010111000101111011101111001000010 | eeb8bdde42 |
UTF-8 | 邯殉B | 11101001100000101010111111100110101011101000100101000010 | e982afe6ae8942 |
UHC | 邯殉B | 1100101011111011111000101110011001000010 | cafbe2e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)