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 | 111010011011101101000010 | e9bb42 |
EUC-JP | 鮟B | 111100101011110101000010 | f2bd42 |
UTF-8 | 鮟B | 11101001101011101001111101000010 | e9ae9f42 |
UHC | 鮟B | 111001001101010101000010 | e4d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)