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 | àÑä] | 1110000011010001111001001010110101011101 | e0d1e4ad5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | àÑä?] | 1000111110101011101000101000111110101010110100001000111110101011101000110011111101011101 | 8faba28faad08faba33f5d |
UTF-8 | àÑä] | 110000111010000011000011100100011100001110100100110000101010110101011101 | c3a0c391c3a4c2ad5d |
UHC | ???] | 001111110011111100111111101000011010100101011101 | 3f3f3fa1a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)