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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒿鷺棡 | 111001001110010010001101111010111001111010011100 | e4e48deb9e9c |
EUC-JP | 蒿鷺棡 | 111010001110011010111010111011011101101111111100 | e8e6baeddbfc |
UTF-8 | 蒿鷺棡 | 111010001001001010111111111010011011011110111010111001101010001110100001 | e892bfe9b7bae6a3a1 |
UHC | 蒿鷺? | 1111101111011010110101101101110000111111 | fbdad6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)