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 | 111001111101011101101111 | e7d76f |
EUC-JP | 釋o | 111011101101100101101111 | eed96f |
UTF-8 | 釋o | 11101001100001111000101101101111 | e9878b6f |
UHC | 釋o | 111000001011011101101111 | e0b76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)