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 | èàF | 1110100011100000100011101010110101000110 | e8e08ead46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | èà??F | 100011111010101110110010100011111010101110100010001111110011111101000110 | 8fabb28faba23f3f46 |
UTF-8 | èàF | 110000111010100011000011101000001100001010001110110000101010110101000110 | c3a8c3a0c28ec2ad46 |
UHC | ???F | 001111110011111100111111101000011010100101000110 | 3f3f3fa1a946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)