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 | 1110100110000001101010010101111001000110 | e981a95e46 |
SJIS-WIN | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
EUC-JP | é?©^F | 100011111010101110110001001111111000111110100010111011010101111001000110 | 8fabb13f8fa2ed5e46 |
UTF-8 | é©^F | 1100001110101001110000101000000111000010101010010101111001000110 | c3a9c281c2a95e46 |
UHC | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)