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 | àÚèíèë | 111000001101101011101000111011011110100011101011 | e0dae8ede8eb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àÚèíèë | 100011111010101110100010100011111010101011100010100011111010101110110010100011111010101110111111100011111010101110110010100011111010101110110011 | 8faba28faae28fabb28fabbf8fabb28fabb3 |
UTF-8 | àÚèíèë | 110000111010000011000011100110101100001110101000110000111010110111000011101010001100001110101011 | c3a0c39ac3a8c3adc3a8c3ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)