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 | àíàðP | 1110000011101101111000001111000001010000 | e0ede0f050 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | àíàðP | 10001111101010111010001010001111101010111011111110001111101010111010001010001111101010011100001101010000 | 8faba28fabbf8faba28fa9c350 |
UTF-8 | àíàðP | 110000111010000011000011101011011100001110100000110000111011000001010000 | c3a0c3adc3a0c3b050 |
UHC | ???ðP | 001111110011111100111111101010011010001101010000 | 3f3f3fa9a350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)