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 | êü¸v | 1110101011111100100011101011100001110110 | eafc8eb876 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | êü?¸v | 1000111110101011101101001000111110101011111001000011111110001111101000101011000101110110 | 8fabb48fabe43f8fa2b176 |
UTF-8 | êü¸v | 110000111010101011000011101111001100001010001110110000101011100001110110 | c3aac3bcc28ec2b876 |
UHC | ???¸v | 001111110011111100111111101000101010110001110110 | 3f3f3fa2ac76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)