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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | 攝\ | 100111011001000001011100 | 9d905c |
EUC-JP | 攝\ | 110110011111000001011100 | d9f05c |
UTF-8 | 攝\ | 11100110100101001001110101011100 | e6949d5c |
UHC | 攝\ | 111000001110111001011100 | e0ee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)