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 | 瘟姚^ | 1110000110001001100110110100110001011110 | e1899b4c5e |
EUC-JP | 瘟姚^ | 1110000111101001110101011010110101011110 | e1e9d5ad5e |
UTF-8 | 瘟姚^ | 11100111100110001001111111100101101001111001101001011110 | e7989fe5a79a5e |
UHC | 瘟姚^ | 1110100010110000111010001110111001011110 | e8b0e8ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)