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 | 0011111101000010 | 3f42 |
SJIS-WIN | 殉B | 100011110111110101000010 | 8f7d42 |
EUC-JP | 殉B | 101111011101111001000010 | bdde42 |
UTF-8 | 殉B | 11100110101011101000100101000010 | e6ae8942 |
UHC | 殉B | 111000101110011001000010 | e2e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)