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 | ?y | 0011111101111001 | 3f79 |
SJIS-WIN | ?y | 0011111101111001 | 3f79 |
EUC-JP | 邶y | 10001111111000011111101001111001 | 8fe1fa79 |
UTF-8 | 邶y | 11101001100000101011011001111001 | e982b679 |
UHC | ?y | 0011111101111001 | 3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)