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 | 111000010111100101101111 | e1796f |
EUC-JP | 痒o | 111000011101101001101111 | e1da6f |
UTF-8 | 痒o | 11100111100101111001001001101111 | e797926f |
UHC | 痒o | 111001011100101001101111 | e5ca6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)