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 | øü²Ý | 111110001111110010001110101100101000111111011101 | f8fc8eb28fdd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | øü???Ý | 100011111010100111001100100011111010101111100100001111110011111100111111100011111010101011110010 | 8fa9cc8fabe43f3f3f8faaf2 |
UTF-8 | øü²Ý | 110000111011100011000011101111001100001010001110110000101011001011000010100011111100001110011101 | c3b8c3bcc28ec2b2c28fc39d |
UHC | ø??²?? | 1010100110101010001111110011111110101001111101110011111100111111 | a9aa3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)