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 | 脱尊^ | 1001001001000101100100011011100001011110 | 924591b85e |
EUC-JP | 脱尊^ | 1100001110100110110000101011101001011110 | c3a6c2ba5e |
UTF-8 | 脱尊^ | 11101000100001001011000111100101101100001000101001011110 | e884b1e5b08a5e |
UHC | ?尊^ | 00111111111100001110111001011110 | 3ff0ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)