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 | àèð | 10001010111000001110100011110000 | 8ae0e8f0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?àèð | 00111111100011111010101110100010100011111010101110110010100011111010100111000011 | 3f8faba28fabb28fa9c3 |
UTF-8 | àèð | 1100001010001010110000111010000011000011101010001100001110110000 | c28ac3a0c3a8c3b0 |
UHC | ???ð | 0011111100111111001111111010100110100011 | 3f3f3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)