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 | 嬲拜^ | 1001101101101010100111010110000001011110 | 9b6a9d605e |
EUC-JP | 嬲拜^ | 1101010111001011110110011100000101011110 | d5cbd9c15e |
UTF-8 | 嬲拜^ | 11100101101011001011001011100110100010111001110001011110 | e5acb2e68b9c5e |
UHC | ?拜^ | 00111111110110111100100001011110 | 3fdbc85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)