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 | ùhà | 110000111001100011000010101110010110100011000011 | c398c2b968c3 |
SJIS-WIN | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
EUC-JP | ��hà | 100011111010101010101010001111111000111110101010101001000011111101101000100011111010101010101010 | 8faaaa3f8faaa43f688faaaa |
UTF-8 | ùhà | 1100001110000011110000101001100011000011100000101100001010111001011010001100001110000011 | c383c298c382c2b968c383 |
UHC | ???¹h? | 00111111001111110011111110101001111101100110100000111111 | 3f3f3fa9f6683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)