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 | î¿H | 111011101011111101001000 | eebf48 |
SJIS-WIN | ??H | 001111110011111101001000 | 3f3f48 |
EUC-JP | î¿H | 10001111101010111100001010001111101000101100010001001000 | 8fabc28fa2c448 |
UTF-8 | î¿H | 1100001110101110110000101011111101001000 | c3aec2bf48 |
UHC | ?¿H | 00111111101000101010111101001000 | 3fa2af48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)