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 | êþºéP^ | 1110101011111110101110101110100110000001100101000101000001011110 | eafebae98194505e |
SJIS-WIN | ??????P^ | 0011111100111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f3f505e |
EUC-JP | êþºé??P^ | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011000100111111001111110101000001011110 | 8fabb48fa9d08fa2eb8fabb13f3f505e |
UTF-8 | êþºéP^ | 1100001110101010110000111011111011000010101110101100001110101001110000101000000111000010100101000101000001011110 | c3aac3bec2bac3a9c281c294505e |
UHC | ?þº???P^ | 00111111101010011010110110101000101011000011111100111111001111110101000001011110 | 3fa9ada8ac3f3f3f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)