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 | ?k | 0011111101101011 | 3f6b |
SJIS-WIN | 蒿k | 111001001110010001101011 | e4e46b |
EUC-JP | 蒿k | 111010001110011001101011 | e8e66b |
UTF-8 | 蒿k | 11101000100100101011111101101011 | e892bf6b |
UHC | 蒿k | 111110111101101001101011 | fbda6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)