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 | å^_å^_E | 11100101010111100101111111100101010111100101111101000101 | e55e5fe55e5f45 |
SJIS-WIN | ?^_?^_E | 00111111010111100101111100111111010111100101111101000101 | 3f5e5f3f5e5f45 |
EUC-JP | å^_å^_E | 1000111110101011101010010101111001011111100011111010101110101001010111100101111101000101 | 8faba95e5f8faba95e5f45 |
UTF-8 | å^_å^_E | 110000111010010101011110010111111100001110100101010111100101111101000101 | c3a55e5fc3a55e5f45 |
UHC | ?^_?^_E | 00111111010111100101111100111111010111100101111101000101 | 3f5e5f3f5e5f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)