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 | 娟狼^ | 1001101101001110100110000101010001011110 | 9b4e98545e |
EUC-JP | 娟狼^ | 1101010110101111110011111011010101011110 | d5afcfb55e |
UTF-8 | 娟狼^ | 11100101101010001001111111100111100010111011110001011110 | e5a89fe78bbc5e |
UHC | 娟狼^ | 1110011011000010110101011100100101011110 | e6c2d5c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)