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 | è¬ç½v | 11101000101011001001110111100111100100101011110101110110 | e8ac9de792bd76 |
SJIS-WIN | ?¬????v | 0011111110000001110010100011111100111111001111110011111101110110 | 3f81ca3f3f3f3f76 |
EUC-JP | è¬?ç??v | 100011111010101110110010101000101100110000111111100011111010101110101110001111110011111101110110 | 8fabb2a2cc3f8fabae3f3f76 |
UTF-8 | è¬ç½v | 11000011101010001100001010101100110000101001110111000011101001111100001010010010110000101011110101110110 | c3a8c2acc29dc3a7c292c2bd76 |
UHC | ?????½v | 0011111100111111001111110011111100111111101010001111011001110110 | 3f3f3f3f3fa8f676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)