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 | Éæûc^ | 100011111100100111100110111110110110001101011110 | 8fc9e6fb635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | ?Éæûc^ | 001111111000111110101010101100011000111110101001110000011000111110101011111001010110001101011110 | 3f8faab18fa9c18fabe5635e |
UTF-8 | Éæûc^ | 11000010100011111100001110001001110000111010011011000011101110110110001101011110 | c28fc389c3a6c3bb635e |
UHC | ??æ?c^ | 00111111001111111010100110100001001111110110001101011110 | 3f3fa9a13f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)