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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 拘^ | 100011010101001101011110 | 8d535e |
EUC-JP | 拘^ | 101110011011010001011110 | b9b45e |
UTF-8 | 拘^ | 11100110100010111001100001011110 | e68b985e |
UHC | 拘^ | 110011111010110001011110 | cfac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)