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 | 修^ | 100011110100001101011110 | 8f435e |
EUC-JP | 修^ | 101111011010010001011110 | bda45e |
UTF-8 | 修^ | 11100100101111111010111001011110 | e4bfae5e |
UHC | 修^ | 111000011111001101011110 | e1f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)