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 | 100100101110110101000010 | 92ed42 |
EUC-JP | 弟B | 110001001110111101000010 | c4ef42 |
UTF-8 | 弟B | 11100101101111001001111101000010 | e5bc9f42 |
UHC | 弟B | 111100001010100101000010 | f0a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)