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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 莊莊^ | 1110010010110101111001001011010101011110 | e4b5e4b55e |
EUC-JP | 莊莊^ | 1110100010110111111010001011011101011110 | e8b7e8b75e |
UTF-8 | 莊莊^ | 11101000100011101000101011101000100011101000101001011110 | e88e8ae88e8a5e |
UHC | 莊莊^ | 1110110111110110111011011111011001011110 | edf6edf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)