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 | ç½éäñ | 1110011110111101100011101110100110000011100000011110010011110001 | e7bd8ee98381e4f1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??é??äñ | 10001111101010111010111000111111001111111000111110101011101100010011111100111111100011111010101110100011100011111010101111010000 | 8fabae3f3f8fabb13f3f8faba38fabd0 |
UTF-8 | ç½éäñ | 11000011101001111100001010111101110000101000111011000011101010011100001010000011110000101000000111000011101001001100001110110001 | c3a7c2bdc28ec3a9c283c281c3a4c3b1 |
UHC | ?½?????? | 001111111010100011110110001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)