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 | 樗髮^ | 1001001010010100111010011001101101011110 | 9294e99b5e |
EUC-JP | 樗髮^ | 1100001111110100111100011111101101011110 | c3f4f1fb5e |
UTF-8 | 樗髮^ | 11100110101010001001011111101001101010111010111001011110 | e6a897e9abae5e |
UHC | 樗髮^ | 1110111011000000110110111010010101011110 | eec0dba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)