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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 艤殞 | 11100100011111101001111101101101 | e47e9f6d |
EUC-JP | 艤殞 | 11100111110111111101110111001110 | e7dfddce |
UTF-8 | 艤殞 | 111010001000100110100100111001101010111010011110 | e889a4e6ae9e |
UHC | 艤殞 | 11101011111110101110100111111001 | ebfae9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)