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 | àÓá^· | 1110000011010011111000010101111010110111 | e0d3e15eb7 |
SJIS-WIN | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
EUC-JP | àÓá^? | 1000111110101011101000101000111110101010110100011000111110101011101000010101111000111111 | 8faba28faad18faba15e3f |
UTF-8 | àÓá^· | 110000111010000011000011100100111100001110100001010111101100001010110111 | c3a0c393c3a15ec2b7 |
UHC | ???^· | 001111110011111100111111010111101010000110100100 | 3f3f3f5ea1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)