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 | 1110000010100000100111110100111101101000 | e0a09f4f68 |
SJIS-WIN | ???Oh | 0011111100111111001111110100111101101000 | 3f3f3f4f68 |
EUC-JP | à??Oh | 10001111101010111010001000111111001111110100111101101000 | 8faba23f3f4f68 |
UTF-8 | à Oh | 1100001110100000110000101010000011000010100111110100111101101000 | c3a0c2a0c29f4f68 |
UHC | ???Oh | 0011111100111111001111110100111101101000 | 3f3f3f4f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)