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 | ç½åèä | 1110011110111101100011001110010110010110100111011110100011100100 | e7bd8ce5969de8e4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??å??èä | 10001111101010111010111000111111001111111000111110101011101010010011111100111111100011111010101110110010100011111010101110100011 | 8fabae3f3f8faba93f3f8fabb28faba3 |
UTF-8 | ç½åèä | 11000011101001111100001010111101110000101000110011000011101001011100001010010110110000101001110111000011101010001100001110100100 | c3a7c2bdc28cc3a5c296c29dc3a8c3a4 |
UHC | ?½?????? | 001111111010100011110110001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)