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 | 仰^ | 100010111100001001011110 | 8bc25e |
EUC-JP | 仰^ | 101101101100010001011110 | b6c45e |
UTF-8 | 仰^ | 11100100101110111011000001011110 | e4bbb05e |
UHC | 仰^ | 111001001110011001011110 | e4e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)