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 | êÚ¬ÓB | 1110101011011010101011001101001101000010 | eadaacd342 |
SJIS-WIN | ??¬?B | 001111110011111110000001110010100011111101000010 | 3f3f81ca3f42 |
EUC-JP | êÚ¬ÓB | 100011111010101110110100100011111010101011100010101000101100110010001111101010101101000101000010 | 8fabb48faae2a2cc8faad142 |
UTF-8 | êÚ¬ÓB | 110000111010101011000011100110101100001010101100110000111001001101000010 | c3aac39ac2acc39342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)