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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 笋o | 111000101010001001101111 | e2a26f |
EUC-JP | 笋o | 111001001010010001101111 | e4a46f |
UTF-8 | 笋o | 11100111101011001000101101101111 | e7ac8b6f |
UHC | ?o | 0011111101101111 | 3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)