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 | æë nB | 1110011010010111100011111110101110100000100011110110111001000010 | e6978feba08f6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | æ??ë??nB | 100011111010100111000001001111110011111110001111101010111011001100111111001111110110111001000010 | 8fa9c13f3f8fabb33f3f6e42 |
UTF-8 | æë nB | 1100001110100110110000101001011111000010100011111100001110101011110000101010000011000010100011110110111001000010 | c3a6c297c28fc3abc2a0c28f6e42 |
UHC | æ?????nB | 101010011010000100111111001111110011111100111111001111110110111001000010 | a9a13f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)