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 | ùÃæà | 11000011101110011100001110000011110000111010011011000011 | c3b9c383c3a6c3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ��æà | 1000111110101010101010100011111110001111101010101010101000111111100011111010101010101010100011111010001011000011100011111010101010101010 | 8faaaa3f8faaaa3f8faaaa8fa2c38faaaa |
UTF-8 | ùÃæà | 1100001110000011110000101011100111000011100000111100001010000011110000111000001111000010101001101100001110000011 | c383c2b9c383c283c383c2a6c383 |
UHC | ?¹????? | 0011111110101001111101100011111100111111001111110011111100111111 | 3fa9f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)