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 | ?K | 0011111101001011 | 3f4b |
SJIS-WIN | 裴K | 111001011110100001001011 | e5e84b |
EUC-JP | 裴K | 111010101110101001001011 | eaea4b |
UTF-8 | 裴K | 11101000101000111011010001001011 | e8a3b44b |
UHC | 裴K | 110110111101000001001011 | dbd04b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)