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 | 驥議^ | 1110100110000111100010110110001101011110 | e9878b635e |
EUC-JP | 驥議^ | 1111000111100111101101011100010001011110 | f1e7b5c45e |
UTF-8 | 驥議^ | 11101001101010011010010111101000101011011011000001011110 | e9a9a5e8adb05e |
UHC | 驥議^ | 1101000111001010111011001010000101011110 | d1caeca15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)