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 | 讖。^ | 11100110101010011010000101011110 | e6a9a15e |
EUC-JP | 讖。^ | 1110110010101011100011101010000101011110 | ecab8ea15e |
UTF-8 | 讖。^ | 11101000101011101001011011101111101111011010000101011110 | e8ae96efbda15e |
UHC | 讖?^ | 11110011110110010011111101011110 | f3d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)