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 | 111000010110111101101111 | e16f6f |
EUC-JP | 痂o | 111000011101000001101111 | e1d06f |
UTF-8 | 痂o | 11100111100101111000001001101111 | e797826f |
UHC | 痂o | 110010101011001001101111 | cab26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)