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 | å^~~ | 11100101010111100111111001111110 | e55e7e7e |
SJIS-WIN | ?^~~ | 00111111010111100111111001111110 | 3f5e7e7e |
EUC-JP | å^~~ | 100011111010101110101001010111100111111001111110 | 8faba95e7e7e |
UTF-8 | å^~~ | 1100001110100101010111100111111001111110 | c3a55e7e7e |
UHC | ?^~~ | 00111111010111100111111001111110 | 3f5e7e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)