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è | 11101000110010100110100011101000 | e8ca68e8 |
SJIS-WIN | ??h? | 00111111001111110110100000111111 | 3f3f683f |
EUC-JP | èÊhè | 10001111101010111011001010001111101010101011010001101000100011111010101110110010 | 8fabb28faab4688fabb2 |
UTF-8 | èÊhè | 11000011101010001100001110001010011010001100001110101000 | c3a8c38a68c3a8 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)