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 | äêSE | 11100100100001111000101111101010100010110101001101000101 | e4878bea8b5345 |
SJIS-WIN | ?????SE | 00111111001111110011111100111111001111110101001101000101 | 3f3f3f3f3f5345 |
EUC-JP | ä??ê?SE | 1000111110101011101000110011111100111111100011111010101110110100001111110101001101000101 | 8faba33f3f8fabb43f5345 |
UTF-8 | äêSE | 110000111010010011000010100001111100001010001011110000111010101011000010100010110101001101000101 | c3a4c287c28bc3aac28b5345 |
UHC | ?????SE | 00111111001111110011111100111111001111110101001101000101 | 3f3f3f3f3f5345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)