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 | 111000001101011101101111 | e0d76f |
EUC-JP | 獸o | 111000001101100101101111 | e0d96f |
UTF-8 | 獸o | 11100111100011011011100001101111 | e78db86f |
UHC | 獸o | 111000101010111001101111 | e2ae6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)