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 | êü¸W | 1110101011111100100011101011100001010111 | eafc8eb857 |
SJIS-WIN | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
EUC-JP | êü?¸W | 1000111110101011101101001000111110101011111001000011111110001111101000101011000101010111 | 8fabb48fabe43f8fa2b157 |
UTF-8 | êü¸W | 110000111010101011000011101111001100001010001110110000101011100001010111 | c3aac3bcc28ec2b857 |
UHC | ???¸W | 001111110011111100111111101000101010110001010111 | 3f3f3fa2ac57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)