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 | ??Ø? | 00111111001111111101100000111111 | 3f3fd83f |
SJIS-WIN | 營??章 | 100110100111101000111111001111111000111111001101 | 9a7a3f3f8fcd |
EUC-JP | 營?Ø章 | 1101001111011011001111111000111110101001101011001011111011001111 | d3db3f8fa9acbecf |
UTF-8 | 營롳Ø章 | 1110011110000111100111111110101110100001101100111100001110011000111001111010101110100000 | e7879feba1b3c398e7aba0 |
UHC | 營롳Ø章 | 1110011110111101100011101110111110101000101010101110110111110001 | e7bd8eefa8aaedf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)