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 | 墻Ñí | 11100101101000101011101111010001100011011110110110010010 | e5a2bbd18ded92 |
SJIS-WIN | ?¢????? | 0011111110000001100100010011111100111111001111110011111100111111 | 3f81913f3f3f3f3f |
EUC-JP | å¢?Ñ?í? | 1000111110101011101010011010000111110001001111111000111110101010110100000011111110001111101010111011111100111111 | 8faba9a1f13f8faad03f8fabbf3f |
UTF-8 | 墻Ñí | 1100001110100101110000101010001011000010101110111100001110010001110000101000110111000011101011011100001010010010 | c3a5c2a2c2bbc391c28dc3adc292 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)