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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | ?疫e^ | 0011111110001001011101010110010101011110 | 3f8975655e |
EUC-JP | ?疫e^ | 0011111110110001110101100110010101011110 | 3fb1d6655e |
UTF-8 | 슖疫e^ | 1110110010001010100101101110011110010110101010110110010101011110 | ec8a96e796ab655e |
UHC | 슖疫e^ | 100110101010010111100110101110010110010101011110 | 9aa5e6b9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)