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 | å^oh | 11100101010111100110111101101000 | e55e6f68 |
SJIS-WIN | ?^oh | 00111111010111100110111101101000 | 3f5e6f68 |
EUC-JP | å^oh | 100011111010101110101001010111100110111101101000 | 8faba95e6f68 |
UTF-8 | å^oh | 1100001110100101010111100110111101101000 | c3a55e6f68 |
UHC | ?^oh | 00111111010111100110111101101000 | 3f5e6f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)