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 | ?Uk | 001111110101010101101011 | 3f556b |
SJIS-WIN | 終Uk | 10001111010010010101010101101011 | 8f49556b |
EUC-JP | 終Uk | 10111101101010100101010101101011 | bdaa556b |
UTF-8 | 終Uk | 1110011110110101100000100101010101101011 | e7b582556b |
UHC | 終Uk | 11110000111110110101010101101011 | f0fb556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)