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 | 饌^ | 111010010110000101011110 | e9615e |
EUC-JP | 饌^ | 111100011100001001011110 | f1c25e |
UTF-8 | 饌^ | 11101001101001011000110001011110 | e9a58c5e |
UHC | 饌^ | 111100111100101001011110 | f3ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)