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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 釀蝕 | 11100111110101001001000001001001 | e7d49049 |
EUC-JP | 釀蝕 | 11101110110101101011111110101010 | eed6bfaa |
UTF-8 | 釀蝕 | 111010011000011110000000111010001001110110010101 | e98780e89d95 |
UHC | 釀蝕 | 11100101110101001110001111011010 | e5d4e3da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)