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 | ëèç«e^ | 1110101111101000100101101110011110010110101010110110010101011110 | ebe896e796ab655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ëè?ç??e^ | 1000111110101011101100111000111110101011101100100011111110001111101010111010111000111111001111110110010101011110 | 8fabb38fabb23f8fabae3f3f655e |
UTF-8 | ëèç«e^ | 1100001110101011110000111010100011000010100101101100001110100111110000101001011011000010101010110110010101011110 | c3abc3a8c296c3a7c296c2ab655e |
UHC | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)