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 | 璋£ | 11100000111101101000000110010010 | e0f68192 |
EUC-JP | 璋£ | 11100000111110001010000111110010 | e0f8a1f2 |
UTF-8 | 璋£ | 111001111001001010001011111011111011111110100001 | e7928befbfa1 |
UHC | 璋£ | 11101101111100001010000111001100 | edf0a1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)