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 | 100110100100110001101111 | 9a4c6f |
EUC-JP | 哭o | 110100111010110101101111 | d3ad6f |
UTF-8 | 哭o | 11100101100100111010110101101111 | e593ad6f |
UHC | 哭o | 110011011101011001101111 | cdd66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)