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 | è\Y | 1110100010011100100011010101110001011001 | e89c8d5c59 |
SJIS-WIN | ???\Y | 0011111100111111001111110101110001011001 | 3f3f3f5c59 |
EUC-JP | è??\Y | 10001111101010111011001000111111001111110101110001011001 | 8fabb23f3f5c59 |
UTF-8 | è\Y | 1100001110101000110000101001110011000010100011010101110001011001 | c3a8c29cc28d5c59 |
UHC | ???\Y | 0011111100111111001111110101110001011001 | 3f3f3f5c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)