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 | 藹陞 | 11100101010111001110100010011110 | e55ce89e |
EUC-JP | 藹陞 | 11101001101111011110111111111110 | e9bdeffe |
UTF-8 | 藹陞 | 111010001001011110111001111010011001100110011110 | e897b9e9999e |
UHC | ?陞 | 001111111110001110110011 | 3fe3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)